PHP Class Neos\Flow\Tests\Functional\Aop\Fixtures\TargetClass01

Inheritance: implements Neos\Flow\Tests\Functional\Aop\Fixtures\SayHelloInterface
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Méthodes publiques

Свойство Type Description
$constructorResult string
$initializeObjectCallCounter integer

Protected Properties

Свойство Type Description
$currentName Name

Méthodes publiques

Méthode Description
__construct ( )
getCurrentName ( ) : string
greet ( string $name ) : string
greetMany ( SplObjectStorage $names ) : string
greetObject ( Name $name ) : string
initializeObject ( )
sayHello ( ) : string
sayHelloAndThrow ( boolean $throwException ) : string
saySomethingSmart ( ) : string
sayWhatFlowIs ( ) : string
setCurrentName ( Name $name = null ) : void
someStaticMethod ( ) : string

Method Details

__construct() public méthode

public __construct ( )

getCurrentName() public méthode

public getCurrentName ( ) : string
Résultat string

greet() public méthode

public greet ( string $name ) : string
$name string
Résultat string

greetMany() public méthode

public greetMany ( SplObjectStorage $names ) : string
$names SplObjectStorage
Résultat string

greetObject() public méthode

public greetObject ( Name $name ) : string
$name Name
Résultat string

initializeObject() public méthode

public initializeObject ( )

sayHello() public méthode

public sayHello ( ) : string
Résultat string

sayHelloAndThrow() public méthode

public sayHelloAndThrow ( boolean $throwException ) : string
$throwException boolean
Résultat string

saySomethingSmart() public méthode

public saySomethingSmart ( ) : string
Résultat string

sayWhatFlowIs() public méthode

public sayWhatFlowIs ( ) : string
Résultat string

setCurrentName() public méthode

public setCurrentName ( Name $name = null ) : void
$name Name
Résultat void

someStaticMethod() public static méthode

public static someStaticMethod ( ) : string
Résultat string

Property Details

$constructorResult public_oe property

public string $constructorResult
Résultat string

$currentName protected_oe property

protected Name,Neos\Flow\Tests\Functional\Aop\Fixtures $currentName
Résultat Name

$initializeObjectCallCounter public_oe property

public int $initializeObjectCallCounter
Résultat integer