PHP Class App\services\NotesService

Inheritance: extends BaseService
Show file Open project: vesparny/silex-simple-rest

Public Methods

Method Description
delete ( $id )
getAll ( )
getOne ( $id )
save ( $note )
update ( $id, $note )

Method Details

delete() public method

public delete ( $id )

getAll() public method

public getAll ( )

getOne() public method

public getOne ( $id )

save() public method

public save ( $note )

update() public method

public update ( $id, $note )