hello-world
[ class tree: hello-world ] [ index: hello-world ] [ all elements ]

Source for file HelloWorld.php

Documentation is available at HelloWorld.php

  1. <?php
  2.  
  3.     /**
  4.      * The Hello World class!
  5.      *
  6.      * @author Michiel Rook
  7.      * @version $Id: HelloWorld.php 552 2009-08-29 12:18:13Z mrook $
  8.      * @package hello.world
  9.      */
  10.     class HelloWorld
  11.     {
  12.         public function foo($silent true)
  13.         {
  14.             if ($silent{
  15.                 return;
  16.             }
  17.             return 'foo';
  18.         }
  19.  
  20.         function sayHello()
  21.         {
  22.             return "Hello World!";
  23.         }
  24.     };
  25.  
  26. ?>

Documentation generated on Mon, 30 May 2011 14:06:32 +0200 by phpDocumentor 1.4.3