PHP 클래스 ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryJoinParser

저자: Teoh Han Hui ([email protected])
저자: Vincent Chalamon ([email protected])
파일 보기 프로젝트 열기: api-platform/core 1 사용 예제들

공개 메소드들

메소드 설명
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