Source for file Abstract_Registry.php

Documentation is available at Abstract_Registry.php

  1. <?php
  2. /**
  3.  *    LAIKA FRAMEWORK Release Notes:
  4.  *
  5.  *    @filesource     Abstract_Registry.php
  6.  *
  7.  *    @version        0.1.0b
  8.  *    @package        Laika
  9.  *    @subpackage     core
  10.  *    @category       abstract
  11.  *    @date           2011-05-21 18:28:12 -0400 (Sat, 21 May 2011)
  12.  *
  13.  *    @author         Leonard M. Witzel <witzel@post.harvard.edu>
  14.  *    @copyright      Copyright (c) 2011  Laika Soft <{@link http://oafbot.com}>
  15.  *
  16.  */
  17. /**
  18.  * Abstract Laika_Abstract_Registry class.
  19.  * 
  20.  * @abstract
  21.  * @extends Laika_Singleton
  22.  */
  23. abstract class Laika_Abstract_Registry extends Laika_Singleton{
  24.  
  25.     /*
  26.     static function add(){}
  27.     static function pop(){}
  28.     static function seek(){}*/
  29.     static function peek(){}
  30.     static function register(){}
  31.     static function unregister(){}    
  32. }

Documentation generated on Sat, 19 May 2012 02:16:54 -0400 by phpDocumentor 1.4.4