GoLang Yaf_Dispatcher::disableView

request it (181)
GoLang replacement for PHP's Yaf_Dispatcher::disableView [edit | history]



Do you know a GoLang replacement for PHP's Yaf_Dispatcher::disableView? Write it!

PHP Yaf_Dispatcher::disableView

PHP original manual for Yaf_Dispatcher::disableView [ show | php.net ]

Yaf_Dispatcher::disableView

(Yaf >=1.0.0)

Yaf_Dispatcher::disableViewDisable view rendering

Description

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

Parameters

This function has no parameters.

Return Values