Yaf_View_Interface
PHP Manual

Yaf_View_Interface::setScriptPath

(PECL yaf >=1.0.0)

Yaf_View_Interface::setScriptPathThe setScriptPath purpose

説明

abstract public void Yaf_View_Interface::setScriptPath ( string $template_dir )

Set the templates base directory, this is usually called by Yaf_Dispatcher

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

template_dir

A absolute path to the template directory, by default, Yaf_Dispatcher use application.directory . "/views" as this paramter.

返り値


Yaf_View_Interface
PHP Manual