예제 #1
0
 /**
  * Magig method to check if the type configuration has a particular key
  *
  * @param  string  $name The key to search for
  *
  * @return boolean       If the key is in the type configuration
  *
  * @since 2.0
  */
 public function __isset($name)
 {
     return $this->config->has($name);
 }