PHP Class ExtensionsLocalesController

PHP version 5
Author: Fahad Ibnay Heylaal ([email protected])
Inheritance: extends AppController
ファイルを表示 Open project: croogo/croogo

Public Properties

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

Public Methods

Method Description
admin_activate ( string $locale = null ) : void admin_activate
admin_add ( ) : void admin_add
admin_delete ( string $locale = null ) : void admin_delete
admin_edit ( string $locale = null ) : void admin_edit
admin_index ( ) : void admin_index

Private Methods

Method Description
__getPoFile ( $locale ) Returns the path to the croogo.po file

Method Details

admin_activate() public method

admin_activate
public admin_activate ( string $locale = null ) : void
$locale string
return void

admin_add() public method

admin_add
public admin_add ( ) : void
return void

admin_delete() public method

admin_delete
public admin_delete ( string $locale = null ) : void
$locale string
return void

admin_edit() public method

admin_edit
public admin_edit ( string $locale = null ) : void
$locale string
return void

admin_index() public method

admin_index
public admin_index ( ) : void
return void

Property Details

$name public_oe property

Controller name
public string $name
return string

$uses public_oe property

Models used by the Controller
public array $uses
return array