PHP Class Newscoop\GimmeBundle\Entity\PublicApiResource

Show file Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$id
$resource

Public Methods

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

Gets the value of id.
public getId ( ) : mixed
return mixed

getResource() public method

Gets the value of resources.
public getResource ( ) : mixed
return mixed

setId() public method

Sets the value of id.
public setId ( mixed $id ) : self
$id mixed the id
return self

setResource() public method

Sets the value of resources.
public setResource ( $resource ) : self
return self

Property Details

$id protected property

protected $id

$resource protected property

protected $resource