메소드 | 설명 | |
---|---|---|
__construct ( |
||
addConditionGroup ( |
Add conditionGroups. | |
addTranslation ( |
Add translations. | |
getChanged ( ) : DateTime | Sets the change time of the filter. | |
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | Sets the changer of the filter. | |
getConditionGroups ( ) : null | |
Get conditionGroups. | |
getConjunction ( ) : boolean | Get conjunction. | |
getContext ( ) : string | Get entity. | |
getCreated ( ) : DateTime | Sets the created time of the filter. | |
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | Returns the creator of the filter. | |
getId ( ) : integer | Get id. | |
getName ( ) : string | Returns the name of the filter. | |
getPrivate ( ) : boolean | Get private flag. | |
getUser ( ) : Sulu\Component\Security\Authentication\UserInterface | Get user. | |
removeConditionGroup ( |
Remove conditionGroup. | |
removeTranslation ( |
Remove translations. | |
setChanged ( DateTime $changed ) | Sets the change time of the filter. | |
setChanger ( Sulu\Component\Security\Authentication\UserInterface $user ) | Sets the changer of the filter. | |
setConjunction ( boolean $conjunction ) | Set conjunction. | |
setContext ( $name ) | Set context. | |
setCreated ( DateTime $created ) | Sets the created time of the filter. | |
setCreator ( Sulu\Component\Security\Authentication\UserInterface $user ) | Sets the creator of the filter. | |
setName ( string $name ) | Sets the name of the filter. | |
setPrivate ( $private ) : |
Sets the private flag. | |
setUser ( Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Set user. |
메소드 | 설명 | |
---|---|---|
getTranslation ( ) : |
Get translation by locale. |
public __construct ( |
||
$entity | ||
$locale | string |
public addConditionGroup ( |
||
$conditionGroup | ||
리턴 |
public addTranslation ( |
||
$translation |
public getChanged ( ) : DateTime | ||
리턴 | DateTime |
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
리턴 | Sulu\Component\Security\Authentication\UserInterface | creator/owner filter |
public getConditionGroups ( ) : null | |
||
리턴 | null | |
public getCreated ( ) : DateTime | ||
리턴 | DateTime |
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
리턴 | Sulu\Component\Security\Authentication\UserInterface | creator/owner of the filter |
public getUser ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
리턴 | Sulu\Component\Security\Authentication\UserInterface |
public removeConditionGroup ( |
||
$conditionGroup |
public removeTranslation ( |
||
$translations | ||
리턴 | boolean |
public setChanged ( DateTime $changed ) | ||
$changed | DateTime |
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $user ) | ||
$user | Sulu\Component\Security\Authentication\UserInterface | The changer of the filter |
public setConjunction ( boolean $conjunction ) | ||
$conjunction | boolean |
public setCreated ( DateTime $created ) | ||
$created | DateTime |
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $user ) | ||
$user | Sulu\Component\Security\Authentication\UserInterface | The creator of the filter |
public setPrivate ( $private ) : |
||
$private | boolean | |
리턴 |
public setUser ( Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$user | Sulu\Component\Security\Authentication\UserInterface | |
리턴 |