PHP Interface ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface

Author: Amrouche Hamza ([email protected])
Afficher le fichier Open project: api-platform/core Interface Usage Examples

Méthodes publiques

Méthode Description
generateJoinAlias ( string $association ) : string Generates a cacheable alias for DQL join.
generateParameterName ( string $name ) : string Generates a cacheable parameter name for DQL query.

Method Details

generateJoinAlias() public méthode

Generates a cacheable alias for DQL join.
public generateJoinAlias ( string $association ) : string
$association string
Résultat string

generateParameterName() public méthode

Generates a cacheable parameter name for DQL query.
public generateParameterName ( string $name ) : string
$name string
Résultat string