Свойство | Тип | Описание | |
---|---|---|---|
$_queryConfigurers | array |
||
$_statuses | |||
$entityAlias | string | Entity alias associated with this query builder (if any) | |
$entityName | string | Entity name associated with this query builder (if any) |
Метод | Описание | |
---|---|---|
__construct ( |
||
_configureQuery ( callback(Doctrine\ORM\Query) $configurer ) : |
NOTE: Should be protected | |
create ( |
Create a new QueryBuilder of the type that receives this static call. | |
getQuery ( ) : Doctrine\ORM\Query | Configures the created Query using the configurers added to this builder | |
init ( ) | Post-construction template method |
Метод | Описание | |
---|---|---|
asPartial ( ) : |
Configures the query to force result objects to be partially loaded | |
ensure ( string $status, callback(QueryBuilder) $operation ) : |
Ensure that a certain operation has been performed on this object. |
public __construct ( |
||
$em | ||
$entityName | string | |
$entityAlias | string |
public _configureQuery ( callback(Doctrine\ORM\Query) $configurer ) : |
||
$configurer | callback(Doctrine\ORM\Query) | |
Результат |
protected asPartial ( ) : |
||
Результат |
public static create ( |
||
$em | ||
Результат |
public getQuery ( ) : Doctrine\ORM\Query | ||
Результат | Doctrine\ORM\Query |
public init ( ) |
protected string $entityAlias | ||
Результат | string |
protected string $entityName | ||
Результат | string |