PHP Class Newscoop\Package\ArticlePackage

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$article
$package

Public Methods

Method Description
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.

Method Details

getArticle() public method

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

getPackage() public method

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

setArticle() public method

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

setPackage() public method

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

Property Details

$article protected_oe property

protected $article

$package protected_oe property

protected $package