Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.8.0
-
Fix Version/s: None
-
Component/s: Zend_Loader
-
Labels:None
-
Language:English
Description
"By default, Zend_Loader_Autoloader does no error suppression when using its internal autoloader, which utilizes Zend_Loader::loadClass(). Most of the time, this is exactly what you want. However, there may be cases where you want to suppress them. You can do this using suppressNotFoundWarnings()"
/**
- @var bool Whether or not to suppress file not found warnings
*/
protected $_suppressNotFoundWarnings = true;
Issue Links
| This issue duplicates: | ||||
| ZF-6536 | Docs and code don't match - autoloader warning suppression |
|
|
|
duplicates
ZF-6536; closing. TrackZF-6536for followup.ZF-6536; closing. TrackZF-6536for followup.