Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
App
services
NotesService
PHP Class App\services\NotesService
Inheritance:
extends
BaseService
ファイルを表示
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
)