PHP 클래스 Newscoop\CommunityTickerBundle\Meta\MetaCommunityTicker

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 프로퍼티들

프로퍼티 타입 설명
$article MetaArticle
$comment MetaComment
$created string
$params array
$topic MetaTopic
$type string
$user MetaUser

공개 메소드들

메소드 설명
__construct ( CommunityTickerEvent $feed = null )

보호된 메소드들

메소드 설명
getArticle ( ) : MetaArticle | null Get article
getComment ( ) : MetaComment | null Get comment
getCreated ( CommunityTickerEvent $feed ) : string Get created date
getTopic ( ) : MetaTopic | null Get topic
getUser ( CommunityTickerEvent $feed ) : string Get user

메소드 상세

__construct() 공개 메소드

public __construct ( CommunityTickerEvent $feed = null )
$feed Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent

getArticle() 보호된 메소드

Get article
protected getArticle ( ) : MetaArticle | null
리턴 MetaArticle | null

getComment() 보호된 메소드

Get comment
protected getComment ( ) : MetaComment | null
리턴 MetaComment | null

getCreated() 보호된 메소드

Get created date
protected getCreated ( CommunityTickerEvent $feed ) : string
$feed Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
리턴 string

getTopic() 보호된 메소드

Get topic
protected getTopic ( ) : MetaTopic | null
리턴 MetaTopic | null

getUser() 보호된 메소드

Get user
protected getUser ( CommunityTickerEvent $feed ) : string
$feed Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
리턴 string

프로퍼티 상세

$article 공개적으로 프로퍼티

public MetaArticle $article
리턴 MetaArticle

$comment 공개적으로 프로퍼티

public MetaComment $comment
리턴 MetaComment

$created 공개적으로 프로퍼티

public string $created
리턴 string

$params 공개적으로 프로퍼티

public array $params
리턴 array

$topic 공개적으로 프로퍼티

public MetaTopic $topic
리턴 MetaTopic

$type 공개적으로 프로퍼티

public string $type
리턴 string

$user 공개적으로 프로퍼티

public MetaUser $user
리턴 MetaUser