PHP 클래스 Kostache, kohanaframework.org

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

공개 프로퍼티들

프로퍼티 타입 설명
$banner_exists show the banner space on template
$description description of the page
$title title of the site

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
base_url ( ) : string Returns URL::base() in order to link to assets properly
charset ( ) : string Return the charset for the page
development_url ( ) : string Returns development page url
documentation_url ( ) : string Returns documentation page url
donate_url ( ) : string Returns donate page url
download_url ( ) : string Returns download page url
github_releases_url ( )
home_url ( ) : string Returns home page url
kohana_codename ( ) : string Returns current kohana codename
kohana_version ( ) : string Returns current kohana version
language ( ) : string Return the language for the page
license_url ( ) : string Returns license page url
stats ( ) : boolean Turn on the google analytics in production
team_url ( ) : string Returns team page url
year ( ) : string Return the full year (for copyright notice)

메소드 상세

base_url() 공개 메소드

Returns URL::base() in order to link to assets properly
public base_url ( ) : string
리턴 string

charset() 공개 메소드

Return the charset for the page
public charset ( ) : string
리턴 string

development_url() 공개 메소드

Returns development page url
public development_url ( ) : string
리턴 string

documentation_url() 공개 메소드

Returns documentation page url
public documentation_url ( ) : string
리턴 string

donate_url() 공개 메소드

Returns donate page url
public donate_url ( ) : string
리턴 string

download_url() 공개 메소드

Returns download page url
public download_url ( ) : string
리턴 string

github_releases_url() 공개 메소드

public github_releases_url ( )

home_url() 공개 메소드

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

kohana_codename() 공개 메소드

Returns current kohana codename
public kohana_codename ( ) : string
리턴 string

kohana_version() 공개 메소드

Returns current kohana version
public kohana_version ( ) : string
리턴 string

language() 공개 메소드

Return the language for the page
public language ( ) : string
리턴 string

license_url() 공개 메소드

Returns license page url
public license_url ( ) : string
리턴 string

stats() 공개 메소드

Turn on the google analytics in production
public stats ( ) : boolean
리턴 boolean

team_url() 공개 메소드

Returns team page url
public team_url ( ) : string
리턴 string

year() 공개 메소드

Return the full year (for copyright notice)
public year ( ) : string
리턴 string

프로퍼티 상세

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

partials for the page
protected $_partials

$banner_exists 공개적으로 프로퍼티

show the banner space on template
public $banner_exists

$description 공개적으로 프로퍼티

description of the page
public $description

$title 공개적으로 프로퍼티

title of the site
public $title