PHP 클래스 Newscoop\ArticlesBundle\Entity\EditorialComment

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

보호된 프로퍼티들

프로퍼티 타입 설명
$article
$articleNumber integer
$comment text
$created datetime
$id integer
$is_active boolean
$languageId integer
$parent Newscoop\ArticlesBundle\Entity\EditorialComment
$parentId integer
$resolved boolean
$user Newscoop\Entity\User

공개 메소드들

메소드 설명
__construct ( )
getArticle ( ) : mixed Gets the }).
getArticleNumber ( ) : integer Gets the value of articleNumber.
getComment ( ) : text Gets the value of comment.
getCreated ( ) : datetime Gets the value of created.
getId ( ) : integer Gets the value of id.
getIsActive ( ) : boolean Gets the value of is_active.
getLanguageId ( ) : integer Gets the value of languageId.
getParent ( ) : Newscoop\ArticlesBundle\Entity\EditorialComment Gets the value of parent.
getParentId ( ) : integer Gets the value of parentId.
getResolved ( ) : boolean Gets the value of resolved.
getUser ( ) : User Gets the value of user.
setArticle ( mixed $article ) : self Sets the }).
setArticleNumber ( integer $articleNumber ) : self Sets the value of articleNumber.
setComment ( text $comment ) : self Sets the value of comment.
setCreated ( DateTime $created ) : self Sets the value of created.
setId ( integer $id ) : self Sets the value of id.
setIsActive ( boolean $is_active ) : self Sets the value of is_active.
setLanguageId ( integer $languageId ) : self Sets the value of languageId.
setParent ( EditorialComment $parent ) : self Sets the value of parent.
setResolved ( boolean $resolved ) : self Sets the value of resolved.
setUser ( User $user ) : self Sets the value of user.

보호된 메소드들

메소드 설명
setParentId ( integer $parentId ) : self Sets the value of parentId.

메소드 상세

__construct() 공개 메소드

public __construct ( )

getArticle() 공개 메소드

Gets the }).
public getArticle ( ) : mixed
리턴 mixed

getArticleNumber() 공개 메소드

Gets the value of articleNumber.
public getArticleNumber ( ) : integer
리턴 integer

getComment() 공개 메소드

Gets the value of comment.
public getComment ( ) : text
리턴 text

getCreated() 공개 메소드

Gets the value of created.
public getCreated ( ) : datetime
리턴 datetime

getId() 공개 메소드

Gets the value of id.
public getId ( ) : integer
리턴 integer

getIsActive() 공개 메소드

Gets the value of is_active.
public getIsActive ( ) : boolean
리턴 boolean

getLanguageId() 공개 메소드

Gets the value of languageId.
public getLanguageId ( ) : integer
리턴 integer

getParent() 공개 메소드

Gets the value of parent.
public getParent ( ) : Newscoop\ArticlesBundle\Entity\EditorialComment
리턴 Newscoop\ArticlesBundle\Entity\EditorialComment

getParentId() 공개 메소드

Gets the value of parentId.
public getParentId ( ) : integer
리턴 integer

getResolved() 공개 메소드

Gets the value of resolved.
public getResolved ( ) : boolean
리턴 boolean

getUser() 공개 메소드

Gets the value of user.
public getUser ( ) : User
리턴 Newscoop\Entity\User

setArticle() 공개 메소드

Sets the }).
public setArticle ( mixed $article ) : self
$article mixed the article
리턴 self

setArticleNumber() 공개 메소드

Sets the value of articleNumber.
public setArticleNumber ( integer $articleNumber ) : self
$articleNumber integer the article number
리턴 self

setComment() 공개 메소드

Sets the value of comment.
public setComment ( text $comment ) : self
$comment text the comment
리턴 self

setCreated() 공개 메소드

Sets the value of created.
public setCreated ( DateTime $created ) : self
$created DateTime the created
리턴 self

setId() 공개 메소드

Sets the value of id.
public setId ( integer $id ) : self
$id integer the id
리턴 self

setIsActive() 공개 메소드

Sets the value of is_active.
public setIsActive ( boolean $is_active ) : self
$is_active boolean the is active
리턴 self

setLanguageId() 공개 메소드

Sets the value of languageId.
public setLanguageId ( integer $languageId ) : self
$languageId integer the language id
리턴 self

setParent() 공개 메소드

Sets the value of parent.
public setParent ( EditorialComment $parent ) : self
$parent EditorialComment the parent
리턴 self

setParentId() 보호된 메소드

Sets the value of parentId.
protected setParentId ( integer $parentId ) : self
$parentId integer the parent id
리턴 self

setResolved() 공개 메소드

Sets the value of resolved.
public setResolved ( boolean $resolved ) : self
$resolved boolean the resolved
리턴 self

setUser() 공개 메소드

Sets the value of user.
public setUser ( User $user ) : self
$user Newscoop\Entity\User the user
리턴 self

프로퍼티 상세

$article 보호되어 있는 프로퍼티

protected $article

$articleNumber 보호되어 있는 프로퍼티

protected int $articleNumber
리턴 integer

$comment 보호되어 있는 프로퍼티

protected text $comment
리턴 text

$created 보호되어 있는 프로퍼티

protected datetime $created
리턴 datetime

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$is_active 보호되어 있는 프로퍼티

protected bool $is_active
리턴 boolean

$languageId 보호되어 있는 프로퍼티

protected int $languageId
리턴 integer

$parent 보호되어 있는 프로퍼티

protected Newscoop\ArticlesBundle\Entity\EditorialComment $parent
리턴 Newscoop\ArticlesBundle\Entity\EditorialComment

$parentId 보호되어 있는 프로퍼티

protected int $parentId
리턴 integer

$resolved 보호되어 있는 프로퍼티

protected bool $resolved
리턴 boolean

$user 보호되어 있는 프로퍼티

protected User,Newscoop\Entity $user
리턴 Newscoop\Entity\User