PHP 클래스 Sulu\Bundle\ResourceBundle\Entity\Filter

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

addConditionGroup() 공개 메소드

Add conditionGroups.
public addConditionGroup ( ConditionGroup $conditionGroups ) : Filter
$conditionGroups ConditionGroup
리턴 Filter

addTranslation() 공개 메소드

Add translations.
public addTranslation ( FilterTranslation $translations ) : Filter
$translations FilterTranslation
리턴 Filter

getChanged() 공개 메소드

Get changed.
public getChanged ( ) : DateTime
리턴 DateTime

getChanger() 공개 메소드

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

getConditionGroups() 공개 메소드

Get conditionGroups.
public getConditionGroups ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getConjunction() 공개 메소드

Get conjunction.
public getConjunction ( ) : string
리턴 string

getContext() 공개 메소드

Get context.
public getContext ( ) : string
리턴 string

getCreated() 공개 메소드

Get created.
public getCreated ( ) : DateTime
리턴 DateTime

getCreator() 공개 메소드

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getPrivate() 공개 메소드

Get private.
public getPrivate ( ) : boolean
리턴 boolean

getTranslations() 공개 메소드

Get translations.
public getTranslations ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getUser() 공개 메소드

Get user.
public getUser ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

removeConditionGroup() 공개 메소드

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

removeTranslation() 공개 메소드

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

setChanged() 공개 메소드

Set changed.
public setChanged ( DateTime $changed ) : Filter
$changed DateTime
리턴 Filter

setChanger() 공개 메소드

Set changer.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Filter
$changer Sulu\Component\Security\Authentication\UserInterface
리턴 Filter

setConjunction() 공개 메소드

Set conjunction.
public setConjunction ( string $conjunction ) : Filter
$conjunction string
리턴 Filter

setContext() 공개 메소드

Set context.
public setContext ( string $context ) : Filter
$context string
리턴 Filter

setCreated() 공개 메소드

Set created.
public setCreated ( DateTime $created ) : Filter
$created DateTime
리턴 Filter

setCreator() 공개 메소드

Set creator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Filter
$creator Sulu\Component\Security\Authentication\UserInterface
리턴 Filter

setPrivate() 공개 메소드

Set private.
public setPrivate ( boolean $private ) : Filter
$private boolean
리턴 Filter

setUser() 공개 메소드

Set user.
public setUser ( Sulu\Component\Security\Authentication\UserInterface $user = null ) : Filter
$user Sulu\Component\Security\Authentication\UserInterface
리턴 Filter