Aerys\Bootstrapper::__construct PHP Méthode

__construct() public méthode

public __construct ( callable $hostAggregator = null )
$hostAggregator callable
    public function __construct(callable $hostAggregator = null)
    {
        $this->hostAggregator = $hostAggregator ?: ['\\Aerys\\Host', "getDefinitions"];
    }