Example #1
0
 /**
  * Determine if a given offset exists.
  *
  * @param string $key
  * @return bool 
  * @static 
  */
 public static function offsetExists($key)
 {
     //Method inherited from \Illuminate\Container\Container
     return \App\Application::offsetExists($key);
 }