PHP 클래스 Roller\Plugin\RESTful\ResourceHandler

상속: extends BaseHandler
파일 보기 프로젝트 열기: c9s/roller

공개 메소드들

메소드 설명
create ( ) create new record
delete ( $id ) delete record
expand ( RouteSet $routes, $h, string $r ) Expand resource handlers to routeset, in here, we define how to expand RESTful URLs from resource id, and which is customizable.
find ( ) retrieve record list
handleCreate ( $format )
handleDelete ( $id, $format )
handleFind ( $format )
handleLoad ( $id, $format )
handleUpdate ( $id, $format )
load ( $id ) load one record
update ( $id ) update record

메소드 상세

create() 추상적인 공개 메소드

create new record
abstract public create ( )

delete() 추상적인 공개 메소드

delete record
abstract public delete ( $id )

expand() 정적인 공개 메소드

Expand resource handlers to routeset, in here, we define how to expand RESTful URLs from resource id, and which is customizable.
static public expand ( RouteSet $routes, $h, string $r )
$routes RouteSet
$r string resource identifier.

find() 추상적인 공개 메소드

retrieve record list
abstract public find ( )

handleCreate() 공개 메소드

public handleCreate ( $format )

handleDelete() 공개 메소드

public handleDelete ( $id, $format )

handleFind() 공개 메소드

public handleFind ( $format )

handleLoad() 공개 메소드

public handleLoad ( $id, $format )

handleUpdate() 공개 메소드

public handleUpdate ( $id, $format )

load() 추상적인 공개 메소드

load one record
abstract public load ( $id )

update() 추상적인 공개 메소드

update record
abstract public update ( $id )