PHP 클래스 Newscoop\Entity\Article

상속: implements Newscoop\Search\DocumentInterface
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$articleAuthors object Article Authors for Newscoop\Gimme.
$articleOrder integer
$attachments Doctrine\Common\Collections\ArrayCollection
$authors Doctrine\Common\Collections\Collection
$comments Newscoop\Entity\Comments
$commentsLocked integer
$comments_count integer
$comments_enabled integer
$comments_link string
$creator Newscoop\Entity\User
$data ArticleData
$fields array Article fields used by Newscoop API.
$images Doctrine\Common\Collections\ArrayCollection
$indexed DateTime
$isIndexed string
$issue Newscoop\Entity\Issue
$issueId integer TODO: Fix this bug. It's not Issue Id - it's issueNumber!
$keywords string
$language Newscoop\Entity\Language
$lockTime DateTime
$lockUser Newscoop\Entity\User
$name string
$number integer
$objectId integer
$onFrontPage string
$onSection string
$packages Newscoop\Package\Package
$playlists Newscoop\Entity\Playlist
$public string
$publication Newscoop\Entity\Publication
$published DateTime
$reads integer Article reads number used by Newscoop API.
$recommended_comments_count integer
$renditions array Article renditions used by Newscoop API.
$section Newscoop\Entity\Section
$sectionId integer TODO: Fix this bug. It's not section Id - it's sectionNumber!
$shortName string
$snippets Doctrine\Common\Collections\ArrayCollection
$topics Doctrine\Common\Collections\ArrayCollection
$translations array Article translations used by Newscoop API.
$type string
$updated DateTime
$uploaded DateTime
$webcode Newscoop\Entity\Webcode
$workflowStatus string

공개 메소드들

메소드 설명
__construct ( integer $number, Language $language )
addAttachment ( Attachment $attachment ) : self Setter for attachments.
addSnippet ( Snippet $snippet ) : Newscoop\Entity\Article Add a Snippet to the Article.
addTopic ( Topic $topic ) : boolean Add Topic to the Article.
author ( string $title, array $fields ) Author article.
commentsEnabled ( ) : integer Get whether commenting is enabled.
commentsLocked ( ) : mixed Getter for commentsLocked.
getArticleAuthors ( ) : object Get articleAuthors.
getArticleOrder ( ) : integer Gets the value of articleOrder.
getAttachments ( ) : ArrayCollection Getter for attachments.
getCommentsEnabled ( ) : integer Get whether commenting is enabled.
getCommentsLocked ( ) : mixed Getter for commentsLocked.
getCreator ( ) : Newscoop\Entity\User Get creator.
getData ( string $field ) : mixed Get article type field data.
getDate ( ) : string Get date.
getFieldNames ( ) : mixed Get all field names for this article type.
getFields ( ) : object Get fields.
getFirstImage ( ) : Newscoop\Image\LocalImage Get article first image.
getId ( ) : integer Get article id.
getImages ( ) : ArrayCollection Getter for images.
getIndexed ( ) : DateTime Get indexed.
getIsIndexed ( ) : string Gets the value of isIndexed.
getIssue ( ) : Issue Getter for issue.
getIssueId ( ) : integer Gets the value of issueId.
getKeywords ( ) : string Get keywords.
getLanguage ( ) : Newscoop\Entity\Language Get language.
getLanguageCode ( ) : integer Get language code.
getLanguageId ( ) : integer Get language id.
getLanguageObject ( ) : Newscoop\Entity\Language Get language object.
getLockTime ( ) : DateTime Gets the value of lockTime.
getLockTimeDiffrence ( ) : array Gets the time difference between current and article lock time.
getLockUser ( ) : Newscoop\Entity\User Gets the value of lockUser.
getName ( ) : string Get article name.
getNumber ( ) : integer Get number.
getObject ( )
getOnFrontPage ( ) : string Gets the value of onFrontPage.
getOnSection ( ) : string Gets the value of onSection.
getPackages ( ) : object Get packages.
getPublic ( ) : string Gets the value of public.
getPublication ( ) : Newscoop\Entity\Publication Get publication.
getPublicationId ( ) : integer Get publication id.
getPublishDate ( ) : string Get publishDate.
getPublished ( ) : string Get published.
getReads ( ) : integer Set reads.
getRenditions ( ) : object Get renditions.
getSection ( ) : Section Get section.
getSectionId ( ) : integer Gets the value of sectionId.
getShortName ( ) : string Gets the value of shortName.
getSnippets ( ) Get Article Snippets.
getTitle ( ) : string Get title.
getTopicNames ( ) : array Get topic names.
getTopics ( ) : object Get topics.
getTranslations ( ) : object Get translations.
getType ( ) : string Get type.
getUpdated ( ) : mixed Getter for updated.
getUploaded ( ) : DateTime Gets the value of uploaded.
getView ( ) : object Get view.
getWebcode ( ) : string Get webcode.
getWebcodeEntity ( ) : string Get webcode object.
getWorkflowStatus ( $readable = false ) : string Get workflowStatus.
hasWebcode ( ) : boolean Test if article has webcode.
isLocked ( ) : boolean Checks if article is locked or not.
isPublished ( ) : boolean Test if article is published.
publish ( ) * Publish article
removeSnippet ( Snippet $snippet ) : Newscoop\Entity\Article Remove a Snippet from the Article.
removeTopic ( Topic $topic ) : boolean Remove a Topic from the Article.
setArticleAuthors ( $articleAuthors ) Set articleAuthors $articleAuthors.
setArticleOrder ( integer $articleOrder ) : self Sets the value of articleOrder.
setAttachments ( ArrayCollection | null $attachments ) : self Setter for attachments.
setCommentsEnabled ( integer $comments_enabled ) Set commenting en/disabled.
setCommentsLink ( string $link ) Set comments_link.
setCommentsLocked ( mixed $commentsLocked ) : self Setter for commentsLocked.
setCreator ( User $p_user ) : Article Set creator.
setData ( array $data ) Set data.
setDate ( DateTime $date ) Set date.
setFieldData ( string $field, string $value ) : mixed Set article type field data.
setFields ( $fields ) Set Fields $fields.
setId ( integer $p_id ) : Article Set article id.
setImages ( ArrayCollection $images ) : self Setter for images.
setIndexed ( DateTime $indexed = null ) : self Set indexed.
setIsIndexed ( boolean $isIndexed ) : self Sets the value of isIndexed.
setIssue ( Issue $issue ) : self Setter for issue.
setIssueId ( integer $issueId ) : self Sets the value of issueId.
setKeywords ( $keywords ) Set Keywords.
setLanguage ( Language $p_language ) : Newscoop\Entity\Article Set language.
setLockTime ( DateTime $lockTime = null ) : self Sets the value of lockTime.
setLockUser ( User $lockUser = null ) : self Sets the value of lockUser.
setName ( string $name ) : self Sets the value of name.
setNumber ( $number ) : integer Set number.
setOnFrontPage ( string $onFrontPage = false ) : self Sets the value of onFrontPage.
setOnSection ( string $onSection = false ) : self Sets the value of onSection.
setPackages ( $packages ) Set Packages $packages.
setPublic ( boolean $public ) : self Sets the value of public.
setPublication ( Publication $p_publication ) : Article Set publication.
setPublished ( Datetime | null $published ) : self Set published.
setReads ( integer $reads ) Get reads.
setRenditions ( $renditions ) Set renditions $renditions.
setSection ( Section $section ) : self Setter for section.
setSectionId ( integer $sectionId ) : self Sets the value of sectionId.
setShortName ( string $shortName ) : self Sets the value of shortName.
setTitle ( string $title ) Set title.
setTopics ( $topics ) Set Topics $topics.
setTranslations ( $translations ) Set translations $translations.
setType ( string $type ) : self Sets the value of type.
setUpdated ( DateTime $updated ) : self Setter for updated.
setUploaded ( DateTime $uploaded ) : self Sets the value of uploaded.
setWebcode ( Newscoop\Entity\Webcode $webcode ) Set webcode.
setWorkflowStatus ( $workflowStatus ) Set workflowStatus.

비공개 메소드들

메소드 설명
addFields ( ArticleView $view ) : array Add field properties to view.
initArticleData ( ) : ArticleData Init ArticleData.
setFieldValue ( string $field, string $value ) Set article type field value.

메소드 상세

__construct() 공개 메소드

public __construct ( integer $number, Language $language )
$number integer
$language Language

addAttachment() 공개 메소드

Setter for attachments.
public addAttachment ( Attachment $attachment ) : self
$attachment Attachment
리턴 self

addSnippet() 공개 메소드

Add a Snippet to the Article.
public addSnippet ( Snippet $snippet ) : Newscoop\Entity\Article
$snippet Snippet the Snippet to attach
리턴 Newscoop\Entity\Article

addTopic() 공개 메소드

Add Topic to the Article.
public addTopic ( Topic $topic ) : boolean
$topic Newscoop\NewscoopBundle\Entity\Topic the Topic to attach
리턴 boolean

author() 공개 메소드

Author article.
public author ( string $title, array $fields )
$title string
$fields array

commentsEnabled() 공개 메소드

Get whether commenting is enabled.
public commentsEnabled ( ) : integer
리턴 integer

commentsLocked() 공개 메소드

Getter for commentsLocked.
public commentsLocked ( ) : mixed
리턴 mixed

getArticleAuthors() 공개 메소드

Get articleAuthors.
public getArticleAuthors ( ) : object
리턴 object

getArticleOrder() 공개 메소드

Gets the value of articleOrder.
public getArticleOrder ( ) : integer
리턴 integer

getAttachments() 공개 메소드

Getter for attachments.
public getAttachments ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection

getCommentsEnabled() 공개 메소드

Get whether commenting is enabled.
public getCommentsEnabled ( ) : integer
리턴 integer

getCommentsLocked() 공개 메소드

Getter for commentsLocked.
public getCommentsLocked ( ) : mixed
리턴 mixed

getCreator() 공개 메소드

Get creator.
public getCreator ( ) : Newscoop\Entity\User
리턴 Newscoop\Entity\User

getData() 공개 메소드

Get article type field data.
public getData ( string $field ) : mixed
$field string
리턴 mixed

getDate() 공개 메소드

Get date.
public getDate ( ) : string
리턴 string

getFieldNames() 공개 메소드

Get all field names for this article type.
public getFieldNames ( ) : mixed
리턴 mixed Returns array with field names or null

getFields() 공개 메소드

Get fields.
public getFields ( ) : object
리턴 object

getFirstImage() 공개 메소드

Get article first image.
public getFirstImage ( ) : Newscoop\Image\LocalImage
리턴 Newscoop\Image\LocalImage

getId() 공개 메소드

Get article id.
public getId ( ) : integer
리턴 integer

getImages() 공개 메소드

Getter for images.
public getImages ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection

getIndexed() 공개 메소드

Get indexed.
public getIndexed ( ) : DateTime
리턴 DateTime

getIsIndexed() 공개 메소드

Gets the value of isIndexed.
public getIsIndexed ( ) : string
리턴 string

getIssue() 공개 메소드

Getter for issue.
public getIssue ( ) : Issue
리턴 Issue

getIssueId() 공개 메소드

Gets the value of issueId.
public getIssueId ( ) : integer
리턴 integer

getKeywords() 공개 메소드

Get keywords.
public getKeywords ( ) : string
리턴 string

getLanguage() 공개 메소드

Get language.
public getLanguage ( ) : Newscoop\Entity\Language
리턴 Newscoop\Entity\Language

getLanguageCode() 공개 메소드

Get language code.
public getLanguageCode ( ) : integer
리턴 integer

getLanguageId() 공개 메소드

Get language id.
public getLanguageId ( ) : integer
리턴 integer

getLanguageObject() 공개 메소드

Get language object.
public getLanguageObject ( ) : Newscoop\Entity\Language
리턴 Newscoop\Entity\Language

getLockTime() 공개 메소드

Gets the value of lockTime.
public getLockTime ( ) : DateTime
리턴 DateTime

getLockTimeDiffrence() 공개 메소드

Gets the time difference between current and article lock time.
public getLockTimeDiffrence ( ) : array
리턴 array

getLockUser() 공개 메소드

Gets the value of lockUser.
public getLockUser ( ) : Newscoop\Entity\User
리턴 Newscoop\Entity\User

getName() 공개 메소드

Get article name.
public getName ( ) : string
리턴 string

getNumber() 공개 메소드

Get number.
public getNumber ( ) : integer
리턴 integer

getObject() 공개 메소드

public getObject ( )

getOnFrontPage() 공개 메소드

Gets the value of onFrontPage.
public getOnFrontPage ( ) : string
리턴 string

getOnSection() 공개 메소드

Gets the value of onSection.
public getOnSection ( ) : string
리턴 string

getPackages() 공개 메소드

Get packages.
public getPackages ( ) : object
리턴 object

getPublic() 공개 메소드

Gets the value of public.
public getPublic ( ) : string
리턴 string

getPublication() 공개 메소드

Get publication.
public getPublication ( ) : Newscoop\Entity\Publication
리턴 Newscoop\Entity\Publication

getPublicationId() 공개 메소드

Get publication id.
public getPublicationId ( ) : integer
리턴 integer

getPublishDate() 공개 메소드

Get publishDate.
public getPublishDate ( ) : string
리턴 string

getPublished() 공개 메소드

Get published.
public getPublished ( ) : string
리턴 string

getReads() 공개 메소드

Set reads.
public getReads ( ) : integer
리턴 integer

getRenditions() 공개 메소드

Get renditions.
public getRenditions ( ) : object
리턴 object

getSection() 공개 메소드

Get section.
public getSection ( ) : Section
리턴 Section

getSectionId() 공개 메소드

Gets the value of sectionId.
public getSectionId ( ) : integer
리턴 integer

getShortName() 공개 메소드

Gets the value of shortName.
public getShortName ( ) : string
리턴 string

getSnippets() 공개 메소드

Get Article Snippets.
public getSnippets ( )

getTitle() 공개 메소드

Get title.
public getTitle ( ) : string
리턴 string

getTopicNames() 공개 메소드

Get topic names.
public getTopicNames ( ) : array
리턴 array

getTopics() 공개 메소드

Get topics.
public getTopics ( ) : object
리턴 object

getTranslations() 공개 메소드

Get translations.
public getTranslations ( ) : object
리턴 object

getType() 공개 메소드

Get type.
public getType ( ) : string
리턴 string

getUpdated() 공개 메소드

Getter for updated.
public getUpdated ( ) : mixed
리턴 mixed

getUploaded() 공개 메소드

Gets the value of uploaded.
public getUploaded ( ) : DateTime
리턴 DateTime

getView() 공개 메소드

Get view.
public getView ( ) : object
리턴 object

getWebcode() 공개 메소드

Get webcode.
public getWebcode ( ) : string
리턴 string

getWebcodeEntity() 공개 메소드

Get webcode object.
public getWebcodeEntity ( ) : string
리턴 string

getWorkflowStatus() 공개 메소드

Get workflowStatus.
public getWorkflowStatus ( $readable = false ) : string
리턴 string

hasWebcode() 공개 메소드

Test if article has webcode.
public hasWebcode ( ) : boolean
리턴 boolean

isLocked() 공개 메소드

Checks if article is locked or not.
public isLocked ( ) : boolean
리턴 boolean

isPublished() 공개 메소드

Test if article is published.
public isPublished ( ) : boolean
리턴 boolean

publish() 공개 메소드

* Publish article
public publish ( )

removeSnippet() 공개 메소드

Remove a Snippet from the Article.
public removeSnippet ( Snippet $snippet ) : Newscoop\Entity\Article
$snippet Snippet the Snippet to remove
리턴 Newscoop\Entity\Article

removeTopic() 공개 메소드

Remove a Topic from the Article.
public removeTopic ( Topic $topic ) : boolean
$topic Newscoop\NewscoopBundle\Entity\Topic the Topic to remove
리턴 boolean

setArticleAuthors() 공개 메소드

Set articleAuthors $articleAuthors.
public setArticleAuthors ( $articleAuthors )

setArticleOrder() 공개 메소드

Sets the value of articleOrder.
public setArticleOrder ( integer $articleOrder ) : self
$articleOrder integer the article order
리턴 self

setAttachments() 공개 메소드

Setter for attachments.
public setAttachments ( ArrayCollection | null $attachments ) : self
$attachments Doctrine\Common\Collections\ArrayCollection | null Value to set
리턴 self

setCommentsEnabled() 공개 메소드

Set commenting en/disabled.
public setCommentsEnabled ( integer $comments_enabled )
$comments_enabled integer

setCommentsLocked() 공개 메소드

Setter for commentsLocked.
public setCommentsLocked ( mixed $commentsLocked ) : self
$commentsLocked mixed Value to set
리턴 self

setCreator() 공개 메소드

Set creator.
public setCreator ( User $p_user ) : Article
$p_user User
리턴 Article

setData() 공개 메소드

Set data.
public setData ( array $data )
$data array

setDate() 공개 메소드

Set date.
public setDate ( DateTime $date )
$date DateTime

setFieldData() 공개 메소드

Set article type field data.
public setFieldData ( string $field, string $value ) : mixed
$field string
$value string
리턴 mixed

setFields() 공개 메소드

Set Fields $fields.
public setFields ( $fields )

setId() 공개 메소드

Set article id.
public setId ( integer $p_id ) : Article
$p_id integer
리턴 Article

setImages() 공개 메소드

Setter for images.
public setImages ( ArrayCollection $images ) : self
$images Doctrine\Common\Collections\ArrayCollection Value to set
리턴 self

setIndexed() 공개 메소드

Set indexed.
public setIndexed ( DateTime $indexed = null ) : self
$indexed DateTime
리턴 self

setIsIndexed() 공개 메소드

Sets the value of isIndexed.
public setIsIndexed ( boolean $isIndexed ) : self
$isIndexed boolean the is indexed
리턴 self

setIssue() 공개 메소드

Setter for issue.
public setIssue ( Issue $issue ) : self
$issue Issue Value to set
리턴 self

setIssueId() 공개 메소드

Sets the value of issueId.
public setIssueId ( integer $issueId ) : self
$issueId integer the issue id
리턴 self

setKeywords() 공개 메소드

$keywords
public setKeywords ( $keywords )

setLanguage() 공개 메소드

Set language.
public setLanguage ( Language $p_language ) : Newscoop\Entity\Article
$p_language Language
리턴 Newscoop\Entity\Article

setLockTime() 공개 메소드

Sets the value of lockTime.
public setLockTime ( DateTime $lockTime = null ) : self
$lockTime DateTime the lock time
리턴 self

setLockUser() 공개 메소드

Sets the value of lockUser.
public setLockUser ( User $lockUser = null ) : self
$lockUser User the lock user
리턴 self

setName() 공개 메소드

Sets the value of name.
public setName ( string $name ) : self
$name string the name
리턴 self

setNumber() 공개 메소드

Set number.
public setNumber ( $number ) : integer
리턴 integer

setOnFrontPage() 공개 메소드

Sets the value of onFrontPage.
public setOnFrontPage ( string $onFrontPage = false ) : self
$onFrontPage string the on front page
리턴 self

setOnSection() 공개 메소드

Sets the value of onSection.
public setOnSection ( string $onSection = false ) : self
$onSection string the on section
리턴 self

setPackages() 공개 메소드

Set Packages $packages.
public setPackages ( $packages )

setPublic() 공개 메소드

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

setPublication() 공개 메소드

Set publication.
public setPublication ( Publication $p_publication ) : Article
$p_publication Publication
리턴 Article

setPublished() 공개 메소드

Set published.
public setPublished ( Datetime | null $published ) : self
$published Datetime | null
리턴 self

setReads() 공개 메소드

Get reads.
public setReads ( integer $reads )
$reads integer

setRenditions() 공개 메소드

Set renditions $renditions.
public setRenditions ( $renditions )

setSection() 공개 메소드

Setter for section.
public setSection ( Section $section ) : self
$section Section
리턴 self

setSectionId() 공개 메소드

Sets the value of sectionId.
public setSectionId ( integer $sectionId ) : self
$sectionId integer the section id
리턴 self

setShortName() 공개 메소드

Sets the value of shortName.
public setShortName ( string $shortName ) : self
$shortName string the short name
리턴 self

setTitle() 공개 메소드

Set title.
public setTitle ( string $title )
$title string

setTopics() 공개 메소드

Set Topics $topics.
public setTopics ( $topics )

setTranslations() 공개 메소드

Set translations $translations.
public setTranslations ( $translations )

setType() 공개 메소드

Sets the value of type.
public setType ( string $type ) : self
$type string the type
리턴 self

setUpdated() 공개 메소드

Setter for updated.
public setUpdated ( DateTime $updated ) : self
$updated DateTime Value to set
리턴 self

setUploaded() 공개 메소드

Sets the value of uploaded.
public setUploaded ( DateTime $uploaded ) : self
$uploaded DateTime the uploaded
리턴 self

setWebcode() 공개 메소드

Set webcode.
public setWebcode ( Newscoop\Entity\Webcode $webcode )
$webcode Newscoop\Entity\Webcode

setWorkflowStatus() 공개 메소드

Set workflowStatus.
public setWorkflowStatus ( $workflowStatus )

프로퍼티 상세

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

Article Authors for Newscoop\Gimme.
protected object $articleAuthors
리턴 object

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

protected int $articleOrder
리턴 integer

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

protected ArrayCollection,Doctrine\Common\Collections $attachments
리턴 Doctrine\Common\Collections\ArrayCollection

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

protected Doctrine\Common\Collections\Collection $authors
리턴 Doctrine\Common\Collections\Collection

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

protected Newscoop\Entity\Comments $comments
리턴 Newscoop\Entity\Comments

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

protected int $commentsLocked
리턴 integer

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

protected int $comments_count
리턴 integer

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

protected int $comments_enabled
리턴 integer

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

protected Newscoop\Entity\User $creator
리턴 Newscoop\Entity\User

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

protected ArticleData $data
리턴 ArticleData

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

Article fields used by Newscoop API.
protected array $fields
리턴 array

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

protected ArrayCollection,Doctrine\Common\Collections $images
리턴 Doctrine\Common\Collections\ArrayCollection

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

protected DateTime $indexed
리턴 DateTime

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

protected string $isIndexed
리턴 string

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

protected Newscoop\Entity\Issue $issue
리턴 Newscoop\Entity\Issue

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

TODO: Fix this bug. It's not Issue Id - it's issueNumber!
protected int $issueId
리턴 integer

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

protected string $keywords
리턴 string

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

protected Newscoop\Entity\Language $language
리턴 Newscoop\Entity\Language

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

protected DateTime $lockTime
리턴 DateTime

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

protected Newscoop\Entity\User $lockUser
리턴 Newscoop\Entity\User

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

protected string $name
리턴 string

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

protected int $number
리턴 integer

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

protected int $objectId
리턴 integer

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

protected string $onFrontPage
리턴 string

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

protected string $onSection
리턴 string

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

protected Newscoop\Package\Package $packages
리턴 Newscoop\Package\Package

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

protected Newscoop\Entity\Playlist $playlists
리턴 Newscoop\Entity\Playlist

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

protected string $public
리턴 string

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

protected Newscoop\Entity\Publication $publication
리턴 Newscoop\Entity\Publication

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

protected DateTime $published
리턴 DateTime

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

Article reads number used by Newscoop API.
protected int $reads
리턴 integer

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

Article renditions used by Newscoop API.
protected array $renditions
리턴 array

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

protected Newscoop\Entity\Section $section
리턴 Newscoop\Entity\Section

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

TODO: Fix this bug. It's not section Id - it's sectionNumber!
protected int $sectionId
리턴 integer

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

protected string $shortName
리턴 string

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

protected ArrayCollection,Doctrine\Common\Collections $snippets
리턴 Doctrine\Common\Collections\ArrayCollection

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

protected ArrayCollection,Doctrine\Common\Collections $topics
리턴 Doctrine\Common\Collections\ArrayCollection

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

Article translations used by Newscoop API.
protected array $translations
리턴 array

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

protected string $type
리턴 string

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

protected DateTime $updated
리턴 DateTime

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

protected DateTime $uploaded
리턴 DateTime

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

protected Newscoop\Entity\Webcode $webcode
리턴 Newscoop\Entity\Webcode

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

protected string $workflowStatus
리턴 string