PHP 클래스 Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent

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

공개 메소드들

메소드 설명
__construct ( )
getCreated ( ) : DateTime Get created
getEvent ( ) : string Get event
getId ( ) : integer Get id
getIsActive ( ) : boolean Get status
getParams ( ) : array Get params
getUser ( ) : User | null Get user
setCreated ( DateTime $created ) : DateTime Set created
setEvent ( string $event ) : Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent Set event
setIsActive ( boolean $is_active ) : boolean Set status
setParams ( array $params ) : Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent Set params
setUser ( User $user ) : Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent Set user

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCreated() 공개 메소드

Get created
public getCreated ( ) : DateTime
리턴 DateTime

getEvent() 공개 메소드

Get event
public getEvent ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getIsActive() 공개 메소드

Get status
public getIsActive ( ) : boolean
리턴 boolean

getParams() 공개 메소드

Get params
public getParams ( ) : array
리턴 array

getUser() 공개 메소드

Get user
public getUser ( ) : User | null
리턴 Newscoop\Entity\User | null

setCreated() 공개 메소드

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

setEvent() 공개 메소드

Set event
public setEvent ( string $event ) : Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
$event string
리턴 Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent

setIsActive() 공개 메소드

Set status
public setIsActive ( boolean $is_active ) : boolean
$is_active boolean
리턴 boolean

setParams() 공개 메소드

Set params
public setParams ( array $params ) : Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
$params array
리턴 Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent

setUser() 공개 메소드

Set user
public setUser ( User $user ) : Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
$user Newscoop\Entity\User
리턴 Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent