UNB Components Code Reference

UnbMarkup::PostProcess method

Post-processes a converted HTML string.

public function UnbMarkup::PostProcess ($src);

Parameters

src

Return value

(string) HTML ready for output

Remarks

Post-processing can be necessary to resolve generated entities to localised strings or other dynamic data. The process of conversion has been split in two phases so that the converted output from phase 1 (UnbMarkup::Convert() method) can be cached in a database for improved page generation performance.

Member of class: UnbMarkup

Implementation file: markup.class.php, line 192

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.