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

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

Public Methods

Method 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 method

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

generateParameterName() public method

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