PHP Class Newscoop\GimmeBundle\Entity\PublicApiResource

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

Protected Properties

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

Méthodes publiques

Méthode Description
getId ( ) : mixed Gets the value of id.
getResource ( ) : mixed Gets the value of resources.
setId ( mixed $id ) : self Sets the value of id.
setResource ( $resource ) : self Sets the value of resources.

Method Details

getId() public méthode

Gets the value of id.
public getId ( ) : mixed
Résultat mixed

getResource() public méthode

Gets the value of resources.
public getResource ( ) : mixed
Résultat mixed

setId() public méthode

Sets the value of id.
public setId ( mixed $id ) : self
$id mixed the id
Résultat self

setResource() public méthode

Sets the value of resources.
public setResource ( $resource ) : self
Résultat self

Property Details

$id protected_oe property

protected $id

$resource protected_oe property

protected $resource