PHP Class VocabulariesController

PHP version 5
Author: Fahad Ibnay Heylaal ([email protected])
Inheritance: extends AppController
Show file Open project: croogo/croogo Class Usage Examples

Public Properties

Property Type Description
$name string Controller name
$uses array Models used by the Controller

Public Methods

Method Description
admin_add ( ) : void Admin add
admin_delete ( integer $id = null ) : void Admin delete
admin_edit ( integer $id = null ) : void Admin edit
admin_index ( ) : void Admin index
admin_movedown ( integer $id, integer $step = 1 ) : void Admin moveup
admin_moveup ( integer $id, integer $step = 1 ) : void Admin moveup

Method Details

admin_add() public method

Admin add
public admin_add ( ) : void
return void

admin_delete() public method

Admin delete
public admin_delete ( integer $id = null ) : void
$id integer
return void

admin_edit() public method

Admin edit
public admin_edit ( integer $id = null ) : void
$id integer
return void

admin_index() public method

Admin index
public admin_index ( ) : void
return void

admin_movedown() public method

Admin moveup
public admin_movedown ( integer $id, integer $step = 1 ) : void
$id integer
$step integer
return void

admin_moveup() public method

Admin moveup
public admin_moveup ( integer $id, integer $step = 1 ) : void
$id integer
$step integer
return void

Property Details

$name public property

Controller name
public string $name
return string

$uses public property

Models used by the Controller
public array $uses
return array