PHP Class Neos\Flow\Core\Booting\Step

Mostrar archivo Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$callback mixed
$identifier string

Public Methods

Method Description
__construct ( string $identifier, mixed $callback )
__invoke ( Bootstrap $bootstrap ) : void Invokes / executes this step
getIdentifier ( ) : string

Method Details

__construct() public method

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

__invoke() public method

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

getIdentifier() public method

public getIdentifier ( ) : string
return string

Property Details

$callback protected_oe property

protected mixed $callback
return mixed

$identifier protected_oe property

protected string $identifier
return string