PHP 클래스 Neos\Flow\Core\Booting\Step

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$callback mixed
$identifier string

공개 메소드들

메소드 설명
__construct ( string $identifier, mixed $callback )
__invoke ( Bootstrap $bootstrap ) : void Invokes / executes this step
getIdentifier ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $identifier, mixed $callback )
$identifier string
$callback mixed

__invoke() 공개 메소드

Invokes / executes this step
public __invoke ( Bootstrap $bootstrap ) : void
$bootstrap Neos\Flow\Core\Bootstrap
리턴 void

getIdentifier() 공개 메소드

public getIdentifier ( ) : string
리턴 string

프로퍼티 상세

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

protected mixed $callback
리턴 mixed

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

protected string $identifier
리턴 string