PHP Class Kostache, kohanaframework.org

Inheritance: extends Kohana_Kostache
Afficher le fichier Open project: kohana/kohanaframework.org Class Usage Examples

Méthodes publiques

Свойство Type Description
$banner_exists show the banner space on template
$description description of the page
$title title of the site

Protected Properties

Свойство Type Description
$_partials partials for the page

Méthodes publiques

Méthode Description
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)

Method Details

base_url() public méthode

Returns URL::base() in order to link to assets properly
public base_url ( ) : string
Résultat string

charset() public méthode

Return the charset for the page
public charset ( ) : string
Résultat string

development_url() public méthode

Returns development page url
public development_url ( ) : string
Résultat string

documentation_url() public méthode

Returns documentation page url
public documentation_url ( ) : string
Résultat string

donate_url() public méthode

Returns donate page url
public donate_url ( ) : string
Résultat string

download_url() public méthode

Returns download page url
public download_url ( ) : string
Résultat string

github_releases_url() public méthode

public github_releases_url ( )

home_url() public méthode

Returns home page url
public home_url ( ) : string
Résultat string

kohana_codename() public méthode

Returns current kohana codename
public kohana_codename ( ) : string
Résultat string

kohana_version() public méthode

Returns current kohana version
public kohana_version ( ) : string
Résultat string

language() public méthode

Return the language for the page
public language ( ) : string
Résultat string

license_url() public méthode

Returns license page url
public license_url ( ) : string
Résultat string

stats() public méthode

Turn on the google analytics in production
public stats ( ) : boolean
Résultat boolean

team_url() public méthode

Returns team page url
public team_url ( ) : string
Résultat string

year() public méthode

Return the full year (for copyright notice)
public year ( ) : string
Résultat string

Property Details

$_partials protected_oe property

partials for the page
protected $_partials

$banner_exists public_oe property

show the banner space on template
public $banner_exists

$description public_oe property

description of the page
public $description

$title public_oe property

title of the site
public $title