PHP Class App\services\NotesService

Inheritance: extends BaseService
Afficher le fichier Open project: vesparny/silex-simple-rest

Méthodes publiques

Méthode Description
delete ( $id )
getAll ( )
getOne ( $id )
save ( $note )
update ( $id, $note )

Method Details

delete() public méthode

public delete ( $id )

getAll() public méthode

public getAll ( )

getOne() public méthode

public getOne ( $id )

save() public méthode

public save ( $note )

update() public méthode

public update ( $id, $note )