Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Rest/Controller.php
Go to the documentation of this file.
00001 <?php
00023 require_once 'Zend/Controller/Action.php';
00024 
00035 abstract class Zend_Rest_Controller extends Zend_Controller_Action
00036 {
00041     abstract public function indexAction();
00042 
00048     abstract public function getAction();
00049 
00054     abstract public function postAction();
00055 
00061     abstract public function putAction();
00062 
00068     abstract public function deleteAction();
00069 
00070 }
 All Data Structures Namespaces Files Functions Variables Enumerations