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