phpDocumentor GloryLands
DOM
[ class tree: GloryLands ] [ index: GloryLands ] [ all elements ]

Source for file gldom.php

Documentation is available at gldom.php

  1. <?php
  2. /**
  3.   * GloryLands Object-Oriented DOM Structure
  4.   *
  5.   * <pre>
  6.   * GloryLands, a Web-Based, Massive Multiplayer Online RPG/Strategy Game
  7.   * Copyright (C) 2008-09  John Haralampidis <jïhnys2[at]gmail.cïm>
  8.   *
  9.   * This program is free software: you can redistribute it and/or modify
  10.   * it under the terms of the GNU General Public License as published by
  11.   * the Free Software Foundation, either version 3 of the License, or
  12.   * (at your option) any later version.
  13.   *
  14.   * This program is distributed in the hope that it will be useful,
  15.   * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.   * GNU General Public License for more details.
  18.   *
  19.   * You should have received a copy of the GNU General Public License
  20.   * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  21.   *
  22.   * For any help/suggestions or troubleshooting you can see the
  23.   * project community website at <http://www.glorylands.gr>
  24.   * </pre>
  25.   *
  26.   * @license GNU/GPLv3 GNU General Public License version 3
  27.   * @package GloryLands
  28.   * @subpackage DOM
  29.   * @author John Haralampidis <jïhnys2[at]gmail.cïm>
  30.   * @copyright Copyright (C) 2007-2009, John Haralampidis
  31.   * @version 1.0
  32.   */
  33.  
  34. /**
  35.   * Basic DOM Structure
  36.   *
  37.   * This class provides the root interface to the
  38.   * glorylands Object Oriented Document Object Model.
  39.   *
  40.   * @subpackage DOM
  41.   * @version 1.0
  42.   */
  43.  
  44. class GLDOM {
  45.  
  46.     public static $stage;
  47.     
  48.     public function initialize({
  49.         self::$stage new GLDOMStage();        
  50.     }
  51.  
  52. }
  53.  
  54. ?>

Documentation generated on Tue, 13 Oct 2009 23:49:01 +0300 by phpDocumentor 1.4.1