@@ -800,7 +800,7 @@ public function outputContent($noEvent = false)
800
800
801
801
$ this ->documentOutput = $ this ->cleanUpMODXTags ($ this ->documentOutput );
802
802
803
- $ this ->documentOutput = $ this -> rewriteUrls ($ this ->documentOutput );
803
+ $ this ->documentOutput = UrlProcessor:: rewriteUrls ($ this ->documentOutput );
804
804
805
805
// send out content-type and content-disposition headers
806
806
if (IN_PARSER_MODE == "true " ) {
@@ -3013,13 +3013,6 @@ public function _sendRedirectForRefPage($url)
3013
3013
exit ;
3014
3014
}
3015
3015
3016
- /**
3017
- * @deprecated use TemplateProcessor::getTemplateCodeFromDB()
3018
- */
3019
- public function _getTemplateCodeFromDB ($ templateID )
3020
- {
3021
- return TemplateProcessor::getTemplateCodeFromDB ($ templateID );
3022
- }
3023
3016
3024
3017
/**
3025
3018
* Returns an array of all parent record IDs for the id passed.
@@ -4341,13 +4334,7 @@ public function makeUrl($id, $alias = '', $args = '', $scheme = '')
4341
4334
return UrlProcessor::makeUrl ((int )$ id , $ alias , $ args , $ scheme );
4342
4335
}
4343
4336
4344
- /**
4345
- * @deprecated use UrlProcessor::getAliasListing()
4346
- */
4347
- public function getAliasListing ($ id )
4348
- {
4349
- return UrlProcessor::getAliasListing ($ id );
4350
- }
4337
+
4351
4338
4352
4339
/**
4353
4340
* Returns the Evolution CMS version information as version, branch, release date and full application name.
@@ -6355,15 +6342,6 @@ public function messageQuit($msg = 'unspecified error', $query = '', $is_error =
6355
6342
return $ this ->getService ('ExceptionHandler ' )->messageQuit ($ msg , $ query , $ is_error , $ nr , $ file , $ source , $ text , $ line , $ output );
6356
6343
}
6357
6344
6358
- /**
6359
- * @param $backtrace
6360
- * @return string
6361
- * @deprecated
6362
- */
6363
- public function get_backtrace ($ backtrace )
6364
- {
6365
- return $ this ->getService ('ExceptionHandler ' )->getBacktrace ($ backtrace );
6366
- }
6367
6345
6368
6346
/**
6369
6347
* @return string
0 commit comments