PHP 인터페이스 ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface

저자: Amrouche Hamza ([email protected])
파일 보기 프로젝트 열기: api-platform/core 0 사용 예제들

공개 메소드들

메소드 설명
generateJoinAlias ( string $association ) : string Generates a cacheable alias for DQL join.
generateParameterName ( string $name ) : string Generates a cacheable parameter name for DQL query.

메소드 상세

generateJoinAlias() 공개 메소드

Generates a cacheable alias for DQL join.
public generateJoinAlias ( string $association ) : string
$association string
리턴 string

generateParameterName() 공개 메소드

Generates a cacheable parameter name for DQL query.
public generateParameterName ( string $name ) : string
$name string
리턴 string