Home
last modified time | relevance | path

Searched refs:aTransfoHandler (Results 1 – 1 of 1) sorted by relevance

/dports/www/itop/web/core/
H A Dormcaselog.class.inc.php297 public function GetAsSimpleHtml($aTransfoHandler = null) argument
313 if (!is_null($aTransfoHandler))
315 $sTextEntry = call_user_func($aTransfoHandler, $sTextEntry);
320 if (!is_null($aTransfoHandler))
322 $sTextEntry = call_user_func($aTransfoHandler, $sTextEntry, true /* wiki "links" only */);
388 public function GetAsHTML(WebPage $oP = null, $bEditMode = false, $aTransfoHandler = null) argument
421 if (!is_null($aTransfoHandler))
423 $sTextEntry = call_user_func($aTransfoHandler, $sTextEntry);
428 if (!is_null($aTransfoHandler))
473 if (!is_null($aTransfoHandler))
[all …]