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