PHP 클래스 Neos\Flow\Tests\Functional\Aop\Fixtures\TargetClass01

상속: implements Neos\Flow\Tests\Functional\Aop\Fixtures\SayHelloInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$constructorResult string
$initializeObjectCallCounter integer

보호된 프로퍼티들

프로퍼티 타입 설명
$currentName Name

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCurrentName() 공개 메소드

public getCurrentName ( ) : string
리턴 string

greet() 공개 메소드

public greet ( string $name ) : string
$name string
리턴 string

greetMany() 공개 메소드

public greetMany ( SplObjectStorage $names ) : string
$names SplObjectStorage
리턴 string

greetObject() 공개 메소드

public greetObject ( Name $name ) : string
$name Name
리턴 string

initializeObject() 공개 메소드

public initializeObject ( )

sayHello() 공개 메소드

public sayHello ( ) : string
리턴 string

sayHelloAndThrow() 공개 메소드

public sayHelloAndThrow ( boolean $throwException ) : string
$throwException boolean
리턴 string

saySomethingSmart() 공개 메소드

public saySomethingSmart ( ) : string
리턴 string

sayWhatFlowIs() 공개 메소드

public sayWhatFlowIs ( ) : string
리턴 string

setCurrentName() 공개 메소드

public setCurrentName ( Name $name = null ) : void
$name Name
리턴 void

someStaticMethod() 공개 정적인 메소드

public static someStaticMethod ( ) : string
리턴 string

프로퍼티 상세

$constructorResult 공개적으로 프로퍼티

public string $constructorResult
리턴 string

$currentName 보호되어 있는 프로퍼티

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

$initializeObjectCallCounter 공개적으로 프로퍼티

public int $initializeObjectCallCounter
리턴 integer