|
Yaf_Dispatcher::registerPluginRegister a plugin Description
public Yaf_Dispatcher Yaf_Dispatcher::registerPlugin
( Yaf_Plugin_Abstract
$plugin
)Register a plugin(see Yaf_Plugin_Abstract). Generally, we register plugins in Bootstrap(see Yaf_Bootstrap_Abstract). Parameters
Return Values
ExamplesExample #1 Yaf_Dispatcher::registerPluginexample
<?php See Also
|