PHP Class Neos\Flow\Core\Booting\Step

Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$callback mixed
$identifier string

Méthodes publiques

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

Method Details

__construct() public méthode

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

__invoke() public méthode

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

getIdentifier() public méthode

public getIdentifier ( ) : string
Résultat string

Property Details

$callback protected_oe property

protected mixed $callback
Résultat mixed

$identifier protected_oe property

protected string $identifier
Résultat string