PHP 클래스 IMP_Dynamic_Base, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$indices IMP_Indices_Mailbox
$js_conf array
$js_context array
$js_text array
$title string
$vars Horde_Variables
$view Horde_View

보호된 프로퍼티들

프로퍼티 타입 설명
$_pages array

공개 메소드들

메소드 설명
__construct ( Horde_Variables $vars )
getEmptyView ( ) : Horde_View Return a View object.
render ( )
url ( array $opts = [] )

보호된 메소드들

메소드 설명
_addBaseVars ( ) Add base javascript variables to the page.
_init ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Horde_Variables $vars )
$vars Horde_Variables

_addBaseVars() 보호된 메소드

Add base javascript variables to the page.
protected _addBaseVars ( )

_init() 추상적인 보호된 메소드

abstract protected _init ( )

getEmptyView() 공개 메소드

Return a View object.
public getEmptyView ( ) : Horde_View
리턴 Horde_View View object.

render() 공개 메소드

public render ( )

url() 공개 정적인 메소드

public static url ( array $opts = [] )
$opts array

프로퍼티 상세

$_pages 보호되어 있는 프로퍼티

protected array $_pages
리턴 array

$indices 공개적으로 프로퍼티

public IMP_Indices_Mailbox $indices
리턴 IMP_Indices_Mailbox

$js_conf 공개적으로 프로퍼티

public array $js_conf
리턴 array

$js_context 공개적으로 프로퍼티

public array $js_context
리턴 array

$js_text 공개적으로 프로퍼티

public array $js_text
리턴 array

$title 공개적으로 프로퍼티

public string $title
리턴 string

$vars 공개적으로 프로퍼티

public Horde_Variables $vars
리턴 Horde_Variables

$view 공개적으로 프로퍼티

public Horde_View $view
리턴 Horde_View