PHP_UML
[ class tree: PHP_UML ] [ index: PHP_UML ] [ all elements ]

Source for file Operation.php

Documentation is available at Operation.php

  1. <?php
  2. /**
  3.  * PHP_UML (MOF-like metamodel of language PHP)
  4.  *
  5.  * PHP version 5
  6.  * 
  7.  * @category   PHP
  8.  * @package    PHP_UML
  9.  * @subpackage Metamodel
  10.  * @author     Baptiste Autin <ohlesbeauxjours@yahoo.fr>
  11.  * @license    http://www.gnu.org/licenses/lgpl.html LGPL License 3
  12.  * @version    SVN: $Revision: 133 $
  13.  * @link       http://pear.php.net/package/PHP_UML
  14.  * @link       http://www.omg.org/mof/
  15.  * @since      $Date: 2009-11-15 23:46:39 +0100 (dim., 15 nov. 2009) $
  16.  *
  17.  */
  18.  
  19. {
  20.     public $isAbstract;
  21.     public $isInstantiable;
  22.     public $ownedParameter = array();
  23.     public $class;
  24.     public $package;
  25.     public $visibility;
  26.     public $file;
  27. }
  28. ?>

Documentation generated on Mon, 11 Mar 2019 16:01:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.