hello-world
[
class tree: hello-world
] [
index: hello-world
] [
all elements
]
Packages:
hello-world
Source for file HelloWorld.php
Documentation is available at
HelloWorld.php
<?php
/**
* The Hello World class!
*
*
@author
Michiel Rook
*
@version
$Id: HelloWorld.php 552 2009-08-29 12:18:13Z mrook $
*
@package
hello.world
*/
class
HelloWorld
{
public
function
foo
(
$silent
=
true
)
{
if
(
$silent
)
{
return
;
}
return
'foo'
;
}
function
sayHello
(
)
{
return
"Hello World!"
;
}
}
;
?>
Documentation generated on Tue, 23 Nov 2010 21:36:07 +0100 by
phpDocumentor 1.4.3