Essence\Extractor::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Collection $Collection )
$Collection Essence\Provider\Collection Providers collection.
    public function __construct(Collection $Collection)
    {
        $this->_Collection = $Collection;
    }