Neos\Flow\Persistence\Generic\Query::__construct PHP Метод

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

Constructs a query object working on the given type
public __construct ( string $type, ReflectionService $reflectionService )
$type string
$reflectionService Neos\Flow\Reflection\ReflectionService
    public function __construct($type, ReflectionService $reflectionService)
    {
        $this->type = $type;
        $this->classSchema = $reflectionService->getClassSchema($type);
    }