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

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

Public Properties

Property Type Description
$constructorResult string
$initializeObjectCallCounter integer

Protected Properties

Property Type Description
$currentName Name

Public Methods

Method 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 method

public __construct ( )

getCurrentName() public method

public getCurrentName ( ) : string
return string

greet() public method

public greet ( string $name ) : string
$name string
return string

greetMany() public method

public greetMany ( SplObjectStorage $names ) : string
$names SplObjectStorage
return string

greetObject() public method

public greetObject ( Name $name ) : string
$name Name
return string

initializeObject() public method

public initializeObject ( )

sayHello() public method

public sayHello ( ) : string
return string

sayHelloAndThrow() public method

public sayHelloAndThrow ( boolean $throwException ) : string
$throwException boolean
return string

saySomethingSmart() public method

public saySomethingSmart ( ) : string
return string

sayWhatFlowIs() public method

public sayWhatFlowIs ( ) : string
return string

setCurrentName() public method

public setCurrentName ( Name $name = null ) : void
$name Name
return void

someStaticMethod() public static method

public static someStaticMethod ( ) : string
return string

Property Details

$constructorResult public_oe property

public string $constructorResult
return string

$currentName protected_oe property

protected Name,Neos\Flow\Tests\Functional\Aop\Fixtures $currentName
return Name

$initializeObjectCallCounter public_oe property

public int $initializeObjectCallCounter
return integer