PHP 클래스 Newscoop\Package\ArticlePackage

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$article
$package

공개 메소드들

메소드 설명
getArticle ( ) : mixed Gets the value of article.
getPackage ( ) : mixed Gets the value of package.
setArticle ( mixed $article ) : self Sets the value of article.
setPackage ( mixed $package ) : self Sets the value of package.

메소드 상세

getArticle() 공개 메소드

Gets the value of article.
public getArticle ( ) : mixed
리턴 mixed

getPackage() 공개 메소드

Gets the value of package.
public getPackage ( ) : mixed
리턴 mixed

setArticle() 공개 메소드

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

setPackage() 공개 메소드

Sets the value of package.
public setPackage ( mixed $package ) : self
$package mixed the package
리턴 self

프로퍼티 상세

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

protected $article

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

protected $package