LazyRecord\CollectionFilter\CollectionFilter::__construct PHP Méthode

__construct() public méthode

public __construct ( BaseCollection $collection )
$collection LazyRecord\BaseCollection
    public function __construct(BaseCollection $collection)
    {
        $this->collection = $collection;
        $this->schema = $collection->getSchema();
    }