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 Mon, 30 May 2011 14:06:32 +0200 by
phpDocumentor 1.4.3