PHP Класс Roller\Plugin\RESTful\GenericHandler

Наследование: extends BaseHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
create ( $resource )
delete ( $resource, $id )
expand ( $routes, $h )
find ( $resource )
handleCreate ( $resource, $format )
handleDelete ( $resource, $id, $format )
handleFind ( $resource, $format )
handleLoad ( $resource, $id, $format )
handleUpdate ( $resource, $id, $format )
load ( $resource, $id )
update ( $resource, $id )

Описание методов

create() абстрактный публичный Метод

abstract public create ( $resource )

delete() абстрактный публичный Метод

abstract public delete ( $resource, $id )

expand() статический публичный Метод

static public expand ( $routes, $h )

find() абстрактный публичный Метод

abstract public find ( $resource )

handleCreate() публичный Метод

public handleCreate ( $resource, $format )

handleDelete() публичный Метод

public handleDelete ( $resource, $id, $format )

handleFind() публичный Метод

public handleFind ( $resource, $format )

handleLoad() публичный Метод

public handleLoad ( $resource, $id, $format )

handleUpdate() публичный Метод

public handleUpdate ( $resource, $id, $format )

load() абстрактный публичный Метод

abstract public load ( $resource, $id )

update() абстрактный публичный Метод

abstract public update ( $resource, $id )