PHP Class Newscoop\Entity\Aliases

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство Type Description
$id integer
$name string
$publication Publication

Méthodes publiques

Méthode Description
getId ( ) : integer Get id
getName ( ) : string Get name
getPublication ( ) : Publication Get publication
setName ( $name ) : string Set name
setPublication ( Publication $publication ) : self Sets the value of publication.

Method Details

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getName() public méthode

Get name
public getName ( ) : string
Résultat string

getPublication() public méthode

Get publication
public getPublication ( ) : Publication
Résultat Publication

setName() public méthode

Set name
public setName ( $name ) : string
Résultat string

setPublication() public méthode

Sets the value of publication.
public setPublication ( Publication $publication ) : self
$publication Publication the publication
Résultat self

Property Details

$id protected_oe property

protected int $id
Résultat integer

$name protected_oe property

protected string $name
Résultat string

$publication protected_oe property

protected Publication,Newscoop\Entity $publication
Résultat Publication