PHP Класс ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryJoinParser

Автор: Teoh Han Hui ([email protected])
Автор: Vincent Chalamon ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getClassMetadataFromJoinAlias ( string $alias, Doctrine\ORM\QueryBuilder $queryBuilder, Doctrine\Common\Persistence\ManagerRegistry $managerRegistry ) : Doctrine\ORM\Mapping\ClassMetadata Gets the class metadata from a given join alias.
getJoinAlias ( Doctrine\ORM\Query\Expr\Join $join ) : string Gets the alias from a Join expression.
getJoinRelationship ( Doctrine\ORM\Query\Expr\Join $join ) : string Gets the relationship from a Join expression.
getOrderByParts ( Doctrine\ORM\Query\Expr\OrderBy $orderBy ) : array Gets the parts from an OrderBy expression.

Приватные методы

Метод Описание
__construct ( )

Описание методов

getClassMetadataFromJoinAlias() публичный статический Метод

Gets the class metadata from a given join alias.
public static getClassMetadataFromJoinAlias ( string $alias, Doctrine\ORM\QueryBuilder $queryBuilder, Doctrine\Common\Persistence\ManagerRegistry $managerRegistry ) : Doctrine\ORM\Mapping\ClassMetadata
$alias string
$queryBuilder Doctrine\ORM\QueryBuilder
$managerRegistry Doctrine\Common\Persistence\ManagerRegistry
Результат Doctrine\ORM\Mapping\ClassMetadata

getJoinAlias() публичный статический Метод

Gets the alias from a Join expression.
public static getJoinAlias ( Doctrine\ORM\Query\Expr\Join $join ) : string
$join Doctrine\ORM\Query\Expr\Join
Результат string

getJoinRelationship() публичный статический Метод

Gets the relationship from a Join expression.
public static getJoinRelationship ( Doctrine\ORM\Query\Expr\Join $join ) : string
$join Doctrine\ORM\Query\Expr\Join
Результат string

getOrderByParts() публичный статический Метод

Gets the parts from an OrderBy expression.
public static getOrderByParts ( Doctrine\ORM\Query\Expr\OrderBy $orderBy ) : array
$orderBy Doctrine\ORM\Query\Expr\OrderBy
Результат array