PHP Interface Sulu\Bundle\ResourceBundle\Entity\FilterRepositoryInterface

Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
deleteByIds ( $ids ) : mixed Deletes multiple filters.
findById ( $id ) : mixed Searches for a filter by id.
findByIdAndLocale ( $id, $locale ) : mixed Searches for a filter by id and locale.
findByUserAndContextAndLocale ( string $locale, string $context, string | integer $userId ) : mixed Searches for all filters of a user by context and locale includes filters without a user which were e.g. created by fixtures.

Method Details

deleteByIds() public méthode

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

findById() public méthode

Searches for a filter by id.
public findById ( $id ) : mixed
$id
Résultat mixed

findByIdAndLocale() public méthode

Searches for a filter by id and locale.
public findByIdAndLocale ( $id, $locale ) : mixed
$id
$locale
Résultat mixed

findByUserAndContextAndLocale() public méthode

Searches for all filters of a user by context and locale includes filters without a user which were e.g. created by fixtures.
public findByUserAndContextAndLocale ( string $locale, string $context, string | integer $userId ) : mixed
$locale string
$context string
$userId string | integer
Résultat mixed