PHP Class Roller\Plugin\RESTful\GenericHandler

Inheritance: extends BaseHandler
Show file Open project: c9s/roller

Public Methods

Method 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 method

abstract public create ( $resource )

delete() abstract public method

abstract public delete ( $resource, $id )

expand() static public method

static public expand ( $routes, $h )

find() abstract public method

abstract public find ( $resource )

handleCreate() public method

public handleCreate ( $resource, $format )

handleDelete() public method

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

handleFind() public method

public handleFind ( $resource, $format )

handleLoad() public method

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

handleUpdate() public method

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

load() abstract public method

abstract public load ( $resource, $id )

update() abstract public method

abstract public update ( $resource, $id )