PHP 클래스 Newscoop\Entity\ArticleType

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

보호된 프로퍼티들

프로퍼티 타입 설명
$articleTypeFields Doctrine\Common\Collections\ArrayCollection (at) OneToMany( targetEntity="Newscoop\Entity\ArticleTypeField", mappedBy="articleType" )
$fieldName
$name
$phraseId integer

공개 메소드들

메소드 설명
__toString ( ) : string Used for update and stuff
getArticleTypeFields ( ) : ArrayCollection Getter for articleTypeFields
getFieldName ( ) : string Getter for fieldName
getName ( ) : string Provides the name of the article type.
getPhraseId ( ) : integer Provides article type phraseId.
setArticleTypeFields ( ArrayCollection $articleTypeFields ) : self Setter for articleTypeFields
setName ( string $name ) : Newscoop\Entity\ArticleType Set the name of the article type
setPhraseId ( $phraseId ) Set article type phraseId.

메소드 상세

__toString() 공개 메소드

Used for update and stuff
public __toString ( ) : string
리턴 string

getArticleTypeFields() 공개 메소드

Getter for articleTypeFields
public getArticleTypeFields ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection

getFieldName() 공개 메소드

Getter for fieldName
public getFieldName ( ) : string
리턴 string

getName() 공개 메소드

Provides the name of the article type.
public getName ( ) : string
리턴 string The name of the theme.

getPhraseId() 공개 메소드

Provides article type phraseId.
public getPhraseId ( ) : integer
리턴 integer

setArticleTypeFields() 공개 메소드

Setter for articleTypeFields
public setArticleTypeFields ( ArrayCollection $articleTypeFields ) : self
$articleTypeFields Doctrine\Common\Collections\ArrayCollection Value to set
리턴 self

setName() 공개 메소드

Set the name of the article type
public setName ( string $name ) : Newscoop\Entity\ArticleType
$name string The name of the article type, must not be null or empty.
리턴 Newscoop\Entity\ArticleType This object for chaining purposes.

setPhraseId() 공개 메소드

Set article type phraseId.
public setPhraseId ( $phraseId )

프로퍼티 상세

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

(at) OneToMany( targetEntity="Newscoop\Entity\ArticleTypeField", mappedBy="articleType" )
protected ArrayCollection,Doctrine\Common\Collections $articleTypeFields
리턴 Doctrine\Common\Collections\ArrayCollection

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

protected $fieldName

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

protected $name

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

protected int $phraseId
리턴 integer