コード例 #1
0
ファイル: type.php プロジェクト: NavaINT1876/ccustoms
 /**
  * Magic method to remove a configuration key
  *
  * @param string $name The configuration key
  *
  * @since 2.0
  */
 public function __unset($name)
 {
     $this->config->remove($name);
 }