Neos\Flow\Core\Booting\Step::__construct PHP Méthode

__construct() public méthode

public __construct ( string $identifier, mixed $callback )
$identifier string
$callback mixed
    public function __construct($identifier, $callback)
    {
        $this->identifier = $identifier;
        $this->callback = $callback;
    }