JamesMoss\Flywheel\Query::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( Repository $repository )
$repository Repository The repo this query will run against.
    public function __construct(Repository $repository)
    {
        $this->repo = $repository;
        $this->predicate = new Predicate();
    }