Aerys\Bootstrapper::__construct PHP Method

__construct() public method

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