PHP 클래스 Jonah_View_Base, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://cvs.horde.org/co.php/jonah/LICENSE
저자: Michael J. Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array Values to include in the view's scope

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Const'r
run ( ) Render this view.

보호된 메소드들

메소드 설명
_exit ( $message )

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( array $params = [] )
$params array View parameters

_exit() 보호된 메소드

protected _exit ( $message )

run() 추상적인 공개 메소드

Render this view.
abstract public run ( )

프로퍼티 상세

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

Values to include in the view's scope
protected array $_params
리턴 array