Source for file test2.php
Documentation is available at test2.php
* Another test file for PEAR PHP_UML
* A class that does not belong to any namespace :
* (except the "global namespace" of PHP)
public $age = 13000000000;
* A test class to play with package PHP_UML
* @param string $name Name
* @param int $age Age (that one is by reference !)
function dumbMethod(&$age, TestClass1 $object, $name = 'Some characters')
$name += $object->fooPublic;
return array ($name, $age);
Documentation generated on Mon, 11 Mar 2019 15:22:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|