PHP Class Newscoop\Entity\AbstractEntity

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$id integer

Méthodes publiques

Méthode Description
getId ( ) : integer Provides the id of the output, this will uniquielly identify this output.
setId ( $id ) : Newscoop\Entity\Entity Set the id of the output, this will uniquielly identify this output.

Method Details

getId() public méthode

Provides the id of the output, this will uniquielly identify this output.
public getId ( ) : integer
Résultat integer The id of the output.

setId() public méthode

Set the id of the output, this will uniquielly identify this output.
public setId ( $id ) : Newscoop\Entity\Entity
Résultat Newscoop\Entity\Entity This object for chaining purposes.

Property Details

$id protected_oe property

protected int $id
Résultat integer