PHP Class LinksController

Inheritance: extends Controller
Afficher le fichier Open project: croogo/croogo Class Usage Examples

Méthodes publiques

Свойство Type Description
$components array Components
$menuId string holds the current menu ID (if any)
$name string Controller name
$uses array Models used by the Controller

Méthodes publiques

Méthode Description
admin_add ( integer $menuId = null ) : 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_link_chooser ( )
admin_movedown ( integer $id, integer $step = 1 ) : void Admin movedown
admin_moveup ( integer $id, integer $step = 1 ) : void Admin moveup
admin_process ( integer $menuId = null ) : void Admin process
admin_toggle ( $id = null, $status = null ) : void Toggle Link status
afterConstruct ( ) afterConstruct
beforeFilter ( ) : void beforeFilter

Method Details

admin_add() public méthode

Admin add
public admin_add ( integer $menuId = null ) : void
$menuId integer
Résultat void

admin_delete() public méthode

Admin delete
public admin_delete ( integer $id = null ) : void
$id integer
Résultat void

admin_edit() public méthode

Admin edit
public admin_edit ( integer $id = null ) : void
$id integer
Résultat void

admin_index() public méthode

Admin index
public admin_index ( ) : void
Résultat void

admin_movedown() public méthode

Admin movedown
public admin_movedown ( integer $id, integer $step = 1 ) : void
$id integer
$step integer
Résultat void

admin_moveup() public méthode

Admin moveup
public admin_moveup ( integer $id, integer $step = 1 ) : void
$id integer
$step integer
Résultat void

admin_process() public méthode

Admin process
public admin_process ( integer $menuId = null ) : void
$menuId integer
Résultat void

admin_toggle() public méthode

Toggle Link status
public admin_toggle ( $id = null, $status = null ) : void
$id string Link id
$status integer Current Link status
Résultat void

afterConstruct() public méthode

afterConstruct
public afterConstruct ( )

beforeFilter() public méthode

beforeFilter
public beforeFilter ( ) : void
Résultat void

Property Details

$components public_oe property

Components
public array $components
Résultat array

$menuId public_oe property

holds the current menu ID (if any)
public string $menuId
Résultat string

$name public_oe property

Controller name
public string $name
Résultat string

$uses public_oe property

Models used by the Controller
public array $uses
Résultat array