PHP Class Rarst\Meadow\Template_Hierarchy

ファイルを表示 Open project: rarst/meadow

Public Properties

Property Type Description
$template_types

Protected Properties

Property Type Description
$mime_type

Public Methods

Method Description
disable ( )
enable ( )
locate_template ( array | string $templates ) : string Broken out for easier inheritance to customize lookup logic.
query_template ( string $fallback ) : string
template_redirect ( )

Method Details

disable() public method

public disable ( )

enable() public method

public enable ( )

locate_template() public method

Broken out for easier inheritance to customize lookup logic.
public locate_template ( array | string $templates ) : string
$templates array | string
return string

query_template() public method

public query_template ( string $fallback ) : string
$fallback string
return string

template_redirect() public method

public template_redirect ( )

Property Details

$mime_type protected_oe property

protected $mime_type

$template_types public_oe property

public $template_types