Exemplo n.º 1
0
 protected function register($key, $value, $array = NULL)
 {
     self::$context->register($key, $value, $array);
 }
Exemplo n.º 2
0
 public static function register($key, $value, $array = NULL)
 {
     self::$context->register($key, $value, $array);
 }