Yaf_Dispatcher
PHP 手册

Yaf_Dispatcher::disableView

(Yaf >=1.0.0)

Yaf_Dispatcher::disableViewDisable view rendering

说明

public bool Yaf_Dispatcher::disableView ( void )

disable view engine, used in some app that user will output by theirself

Note:

you can simply return FALSE in a action to prevent the auto-rendering of that action

参数

此函数没有参数。

返回值


Yaf_Dispatcher
PHP 手册