Changeset 2469 for trunk/framework/Exceptions/TErrorHandler.php
- Timestamp:
- 06/27/2008 02:52:37 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/framework/Exceptions/TErrorHandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Exceptions/TErrorHandler.php
r2466 r2469 78 78 { 79 79 $this->getApplication()->setErrorHandler($this); 80 } 81 82 /** 83 * @return string the directory containing error template files. 84 */ 85 public function getErrorTemplatePath() 86 { 80 87 if($this->_templatePath===null) 81 88 $this->_templatePath=Prado::getFrameworkPath().'/Exceptions/templates'; 82 }83 84 /**85 * @return string the directory containing error template files.86 */87 public function getErrorTemplatePath()88 {89 89 return $this->_templatePath; 90 90 }
