PHP Class Newscoop\Package\ArticlePackage

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$article
$package

Méthodes publiques

Méthode 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 méthode

Gets the value of article.
public getArticle ( ) : mixed
Résultat mixed

getPackage() public méthode

Gets the value of package.
public getPackage ( ) : mixed
Résultat mixed

setArticle() public méthode

Sets the value of article.
public setArticle ( mixed $article ) : self
$article mixed the article
Résultat self

setPackage() public méthode

Sets the value of package.
public setPackage ( mixed $package ) : self
$package mixed the package
Résultat self

Property Details

$article protected_oe property

protected $article

$package protected_oe property

protected $package