Source for file Enumeration.php
Documentation is available at Enumeration.php
* @author Baptiste Autin <ohlesbeauxjours@yahoo.fr>
* @license http://www.gnu.org/licenses/lgpl.html LGPL License 3
* @version SVN: $Revision: 87 $
* @link http://pear.php.net/package/PHP_UML
* @since $Date: 2008-12-31 21:43:58 +0100 (mer., 31 déc. 2008) $
* Enumerates some basic PHP types.
class PHP_UML_Metamodel_Enumeration
* Datatypes of the language
static public $datatypes = array('mixed', 'array', 'string', 'int', 'integer',
'bool', 'boolean', 'float', 'void', 'null', 'object', 'resource');
static public $interfaces = array('Iterator', 'Countable');
static public $classes = array('Exception');
* Main file types. Used as stereotypes for qualifying the artifacts.
static public $filetype = array('PHP File');
Documentation generated on Mon, 11 Mar 2019 15:28:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|