PHP Class Sulu\Bundle\ResourceBundle\Entity\FilterRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Inheritance: extends Doctrine\ORM\EntityRepository, implements Sulu\Bundle\ResourceBundle\Entity\FilterRepositoryInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
deleteByIds ( $ids ) : mixed Deletes multiple filters.
findById ( $id )
findByIdAndLocale ( $id, $locale )
findByUserAndContextAndLocale ( $locale, $context, $userId )

Méthodes protégées

Méthode Description
getFilterQuery ( string $locale ) : Doctrine\ORM\QueryBuilder Returns the query for filters.

Method Details

deleteByIds() public méthode

Deletes multiple filters.
public deleteByIds ( $ids ) : mixed
$ids
Résultat mixed

findById() public méthode

public findById ( $id )

findByIdAndLocale() public méthode

public findByIdAndLocale ( $id, $locale )

findByUserAndContextAndLocale() public méthode

public findByUserAndContextAndLocale ( $locale, $context, $userId )

getFilterQuery() protected méthode

Returns the query for filters.
protected getFilterQuery ( string $locale ) : Doctrine\ORM\QueryBuilder
$locale string The locale to load
Résultat Doctrine\ORM\QueryBuilder