Ocs-server/Gfx4/Utilities: Difference between revisions

From KDE Community Wiki
(Created page with "Utility class contains some utilities still not inserted in dedicated classes. ==Output flow control== * '''static void Utility::hide_output()''' -> collects every output tha...")
 
(No difference)

Latest revision as of 10:39, 6 May 2016

Utility class contains some utilities still not inserted in dedicated classes.

Output flow control

  • static void Utility::hide_output() -> collects every output that will be normally sent to standard output
  • static string Utility::show_output() -> return a string containing all the previosly collected output
  • static void Utility::redirect($page) -> redirects the browser to $page