Ejemplo n.º 1
0
 /**
  * @return object
  */
 public static function context()
 {
     if (null == self::$_context) {
         self::$_context = (object) array();
     }
     return self::$_context;
 }