PHP Class Newscoop\CommunityTickerBundle\Meta\MetaCommunityTicker

Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Свойство Type Description
$article MetaArticle
$comment MetaComment
$created string
$params array
$topic MetaTopic
$type string
$user MetaUser

Méthodes publiques

Méthode Description
__construct ( CommunityTickerEvent $feed = null )

Méthodes protégées

Méthode Description
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

Method Details

__construct() public méthode

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

getArticle() protected méthode

Get article
protected getArticle ( ) : MetaArticle | null
Résultat MetaArticle | null

getComment() protected méthode

Get comment
protected getComment ( ) : MetaComment | null
Résultat MetaComment | null

getCreated() protected méthode

Get created date
protected getCreated ( CommunityTickerEvent $feed ) : string
$feed Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
Résultat string

getTopic() protected méthode

Get topic
protected getTopic ( ) : MetaTopic | null
Résultat MetaTopic | null

getUser() protected méthode

Get user
protected getUser ( CommunityTickerEvent $feed ) : string
$feed Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
Résultat string

Property Details

$article public_oe property

public MetaArticle $article
Résultat MetaArticle

$comment public_oe property

public MetaComment $comment
Résultat MetaComment

$created public_oe property

public string $created
Résultat string

$params public_oe property

public array $params
Résultat array

$topic public_oe property

public MetaTopic $topic
Résultat MetaTopic

$type public_oe property

public string $type
Résultat string

$user public_oe property

public MetaUser $user
Résultat MetaUser