PHP Class Newscoop\Entity\Aliases

Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$id integer
$name string
$publication Publication

Public Methods

Method 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 method

Get id
public getId ( ) : integer
return integer

getName() public method

Get name
public getName ( ) : string
return string

getPublication() public method

Get publication
public getPublication ( ) : Publication
return Publication

setName() public method

Set name
public setName ( $name ) : string
return string

setPublication() public method

Sets the value of publication.
public setPublication ( Publication $publication ) : self
$publication Publication the publication
return self

Property Details

$id protected_oe property

protected int $id
return integer

$name protected_oe property

protected string $name
return string

$publication protected_oe property

protected Publication,Newscoop\Entity $publication
return Publication