PHP Class Newscoop\Entity\AutoId

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$articleId integer
$logTimestamp datetime
$topicId integer
$translationPhraseId integer

Méthodes publiques

Méthode Description
getArticleId ( ) : integer Gets the value of articleId.
getLogTimestamp ( ) : datetime Get logTimestamp
getTopicId ( ) : integer Get topicId
getTranslationPhraseId ( ) : integer Gets the value of translationPhraseId.
setArticleId ( integer $articleId ) : self Sets the value of articleId.
setLogTimestamp ( DateTime $logTimestamp ) : datetime Set logTimestamp
setTranslationPhraseId ( integer $translationPhraseId ) : self Sets the value of translationPhraseId.

Method Details

getArticleId() public méthode

Gets the value of articleId.
public getArticleId ( ) : integer
Résultat integer

getLogTimestamp() public méthode

Get logTimestamp
public getLogTimestamp ( ) : datetime
Résultat datetime

getTopicId() public méthode

Get topicId
public getTopicId ( ) : integer
Résultat integer

getTranslationPhraseId() public méthode

Gets the value of translationPhraseId.
public getTranslationPhraseId ( ) : integer
Résultat integer

setArticleId() public méthode

Sets the value of articleId.
public setArticleId ( integer $articleId ) : self
$articleId integer the article id
Résultat self

setLogTimestamp() public méthode

Set logTimestamp
public setLogTimestamp ( DateTime $logTimestamp ) : datetime
$logTimestamp DateTime
Résultat datetime

setTranslationPhraseId() public méthode

Sets the value of translationPhraseId.
public setTranslationPhraseId ( integer $translationPhraseId ) : self
$translationPhraseId integer the translation phrase id
Résultat self

Property Details

$articleId protected_oe property

protected int $articleId
Résultat integer

$logTimestamp protected_oe property

protected datetime $logTimestamp
Résultat datetime

$topicId protected_oe property

protected int $topicId
Résultat integer

$translationPhraseId protected_oe property

protected int $translationPhraseId
Résultat integer