PHP Class Sulu\Bundle\ResourceBundle\Entity\Filter

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

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
addConditionGroup ( ConditionGroup $conditionGroups ) : Filter Add conditionGroups.
addTranslation ( FilterTranslation $translations ) : Filter Add translations.
getChanged ( ) : DateTime Get changed.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Get changer.
getConditionGroups ( ) : Doctrine\Common\Collections\Collection Get conditionGroups.
getConjunction ( ) : string Get conjunction.
getContext ( ) : string Get context.
getCreated ( ) : DateTime Get created.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Get creator.
getId ( ) : integer Get id.
getPrivate ( ) : boolean Get private.
getTranslations ( ) : Doctrine\Common\Collections\Collection Get translations.
getUser ( ) : Sulu\Component\Security\Authentication\UserInterface Get user.
removeConditionGroup ( ConditionGroup $conditionGroups ) Remove conditionGroups.
removeTranslation ( FilterTranslation $translations ) Remove translations.
setChanged ( DateTime $changed ) : Filter Set changed.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Filter Set changer.
setConjunction ( string $conjunction ) : Filter Set conjunction.
setContext ( string $context ) : Filter Set context.
setCreated ( DateTime $created ) : Filter Set created.
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Filter Set creator.
setPrivate ( boolean $private ) : Filter Set private.
setUser ( Sulu\Component\Security\Authentication\UserInterface $user = null ) : Filter Set user.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

addConditionGroup() public méthode

Add conditionGroups.
public addConditionGroup ( ConditionGroup $conditionGroups ) : Filter
$conditionGroups ConditionGroup
Résultat Filter

addTranslation() public méthode

Add translations.
public addTranslation ( FilterTranslation $translations ) : Filter
$translations FilterTranslation
Résultat Filter

getChanged() public méthode

Get changed.
public getChanged ( ) : DateTime
Résultat DateTime

getChanger() public méthode

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

getConditionGroups() public méthode

Get conditionGroups.
public getConditionGroups ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getConjunction() public méthode

Get conjunction.
public getConjunction ( ) : string
Résultat string

getContext() public méthode

Get context.
public getContext ( ) : string
Résultat string

getCreated() public méthode

Get created.
public getCreated ( ) : DateTime
Résultat DateTime

getCreator() public méthode

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getPrivate() public méthode

Get private.
public getPrivate ( ) : boolean
Résultat boolean

getTranslations() public méthode

Get translations.
public getTranslations ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getUser() public méthode

Get user.
public getUser ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

removeConditionGroup() public méthode

Remove conditionGroups.
public removeConditionGroup ( ConditionGroup $conditionGroups )
$conditionGroups ConditionGroup

removeTranslation() public méthode

Remove translations.
public removeTranslation ( FilterTranslation $translations )
$translations FilterTranslation

setChanged() public méthode

Set changed.
public setChanged ( DateTime $changed ) : Filter
$changed DateTime
Résultat Filter

setChanger() public méthode

Set changer.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Filter
$changer Sulu\Component\Security\Authentication\UserInterface
Résultat Filter

setConjunction() public méthode

Set conjunction.
public setConjunction ( string $conjunction ) : Filter
$conjunction string
Résultat Filter

setContext() public méthode

Set context.
public setContext ( string $context ) : Filter
$context string
Résultat Filter

setCreated() public méthode

Set created.
public setCreated ( DateTime $created ) : Filter
$created DateTime
Résultat Filter

setCreator() public méthode

Set creator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Filter
$creator Sulu\Component\Security\Authentication\UserInterface
Résultat Filter

setPrivate() public méthode

Set private.
public setPrivate ( boolean $private ) : Filter
$private boolean
Résultat Filter

setUser() public méthode

Set user.
public setUser ( Sulu\Component\Security\Authentication\UserInterface $user = null ) : Filter
$user Sulu\Component\Security\Authentication\UserInterface
Résultat Filter