PHP Class Newscoop\Entity\AutoId

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$articleId integer
$logTimestamp datetime
$topicId integer
$translationPhraseId integer

Public Methods

Method 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 method

Gets the value of articleId.
public getArticleId ( ) : integer
return integer

getLogTimestamp() public method

Get logTimestamp
public getLogTimestamp ( ) : datetime
return datetime

getTopicId() public method

Get topicId
public getTopicId ( ) : integer
return integer

getTranslationPhraseId() public method

Gets the value of translationPhraseId.
public getTranslationPhraseId ( ) : integer
return integer

setArticleId() public method

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

setLogTimestamp() public method

Set logTimestamp
public setLogTimestamp ( DateTime $logTimestamp ) : datetime
$logTimestamp DateTime
return datetime

setTranslationPhraseId() public method

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

Property Details

$articleId protected_oe property

protected int $articleId
return integer

$logTimestamp protected_oe property

protected datetime $logTimestamp
return datetime

$topicId protected_oe property

protected int $topicId
return integer

$translationPhraseId protected_oe property

protected int $translationPhraseId
return integer