downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Yaf_Dispatcher::setRequest> <Yaf_Dispatcher::setDefaultModule
[edit] Last updated: Fri, 30 Nov 2012

view this page in

Yaf_Dispatcher::setErrorHandler

(PECL yaf >=1.0.0)

Yaf_Dispatcher::setErrorHandlerSet error handler

Opis

public Yaf_Dispatcher Yaf_Dispatcher::setErrorHandler ( call $callback , int $error_types )

Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catchable error while unexpected errors occrred.

Thus, this error handler will be called while the error raise.

Parametry

callback

A callable callback

error_types

Zwracane wartości

Zobacz też:



add a note add a note User Contributed Notes Yaf_Dispatcher::setErrorHandler - [1 notes]
up
0
gianjason#gmail.com
4 months ago
eg:

<?php $dispatcher->setErrorHandler(array(get_class($this),'error_handler')); ?>

 
show source | credits | stats | sitemap | contact | advertising | mirror sites