PHP Class Roller\Plugin\RESTful\GenericHandler

Inheritance: extends BaseHandler
Afficher le fichier Open project: c9s/roller

Méthodes publiques

Méthode Description
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 )

Method Details

create() abstract public méthode

abstract public create ( $resource )

delete() abstract public méthode

abstract public delete ( $resource, $id )

expand() static public méthode

static public expand ( $routes, $h )

find() abstract public méthode

abstract public find ( $resource )

handleCreate() public méthode

public handleCreate ( $resource, $format )

handleDelete() public méthode

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

handleFind() public méthode

public handleFind ( $resource, $format )

handleLoad() public méthode

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

handleUpdate() public méthode

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

load() abstract public méthode

abstract public load ( $resource, $id )

update() abstract public méthode

abstract public update ( $resource, $id )