PEAR_Delegator
[ class tree: PEAR_Delegator ] [ index: PEAR_Delegator ] [ all elements ]

Class: PEAR_DelegatorInternalForwardingProxy

Source Location: /PEAR_Delegator-0.1.0/Delegator/DelegatorInternals.php

Class Overview


This class is a flag for the forwarding mechanism.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 48]
This class is a flag for the forwarding mechanism.

This class serves as a flag and information carrier for the forwarding mechanism. It tells delegators deep in the delegate hierarchy which delegator is to be taken as the caller. Note: This is an internal structure.



[ Top ]


Class Variables

$_delegator =

[line 50]

  • Access: public

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 58]

PEAR_DelegatorInternalForwardingProxy __construct( mixed $delegator)

Constructs a PEAR_DelegatorInternalForwardingProxy.
  • Access: public

Parameters:

mixed   $delegator   —  The delegator that is to be regarded as the caller of the delegated method.

[ Top ]

getDelegator   [line 66]

void getDelegator( )

Gets the delegator that is to be regarded as the initial caller.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:31:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.