PHP 클래스 ExtensionsLocalesController

PHP version 5
저자: Fahad Ibnay Heylaal ([email protected])
상속: extends AppController
파일 보기 프로젝트 열기: croogo/croogo

공개 프로퍼티들

프로퍼티 타입 설명
$name string Controller name
$uses array Models used by the Controller

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
__getPoFile ( $locale ) Returns the path to the croogo.po file

메소드 상세

admin_activate() 공개 메소드

admin_activate
public admin_activate ( string $locale = null ) : void
$locale string
리턴 void

admin_add() 공개 메소드

admin_add
public admin_add ( ) : void
리턴 void

admin_delete() 공개 메소드

admin_delete
public admin_delete ( string $locale = null ) : void
$locale string
리턴 void

admin_edit() 공개 메소드

admin_edit
public admin_edit ( string $locale = null ) : void
$locale string
리턴 void

admin_index() 공개 메소드

admin_index
public admin_index ( ) : void
리턴 void

프로퍼티 상세

$name 공개적으로 프로퍼티

Controller name
public string $name
리턴 string

$uses 공개적으로 프로퍼티

Models used by the Controller
public array $uses
리턴 array