PHP Interface Lemon\RestBundle\Object\ManagerInterface

Show file Open project: stanlemon/rest-bundle

Public Methods

Method Description
create ( object $object ) : mixed
delete ( integer $id )
getClass ( ) : string
partialUpdate ( object $object ) : object
retrieve ( integer $id ) : object
search ( Lemon\RestBundle\Object\Criteria $criteria ) : SearchResults
update ( object $object ) : object

Method Details

create() public method

public create ( object $object ) : mixed
$object object
return mixed

delete() public method

public delete ( integer $id )
$id integer

getClass() public method

public getClass ( ) : string
return string

partialUpdate() public method

public partialUpdate ( object $object ) : object
$object object
return object

retrieve() public method

public retrieve ( integer $id ) : object
$id integer
return object

update() public method

public update ( object $object ) : object
$object object
return object