PHP 클래스 View_Documentation_Index, kohanaframework.org

상속: extends Kostache_Layout
파일 보기 프로젝트 열기: kohana/kohanaframework.org 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$banner_exists show the banner space on template
$menu_documentation triggers the menu bar highlight

보호된 프로퍼티들

프로퍼티 타입 설명
$_partials partials for the page

공개 메소드들

메소드 설명
home_url ( ) : string Returns home page url

메소드 상세

home_url() 공개 메소드

Returns home page url
public home_url ( ) : string
리턴 string

프로퍼티 상세

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

partials for the page
protected $_partials

$banner_exists 공개적으로 프로퍼티

show the banner space on template
public $banner_exists

$menu_documentation 공개적으로 프로퍼티

triggers the menu bar highlight
public $menu_documentation