PHP Class Neos\Flow\ObjectManagement\Proxy\ProxyConstructor

Inheritance: extends ProxyMethod
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$methodName string Name of the original method

Méthodes publiques

Méthode Description
__construct ( string $fullOriginalClassName )
render ( ) : string Renders the code for a proxy constructor

Méthodes protégées

Méthode Description
buildCallParentMethodCode ( string $fullClassName, string $methodName ) : string Builds PHP code which calls the original (ie. parent) method after the added code has been executed.

Method Details

__construct() public méthode

public __construct ( string $fullOriginalClassName )
$fullOriginalClassName string The fully qualified class name of the original class

buildCallParentMethodCode() protected méthode

Builds PHP code which calls the original (ie. parent) method after the added code has been executed.
protected buildCallParentMethodCode ( string $fullClassName, string $methodName ) : string
$fullClassName string Fully qualified name of the original class
$methodName string Name of the original method
Résultat string PHP code

render() public méthode

Renders the code for a proxy constructor
public render ( ) : string
Résultat string PHP code

Property Details

$methodName protected_oe property

Name of the original method
protected string $methodName
Résultat string