コード例 #1
0
ファイル: Config.php プロジェクト: sgdoc/sgdoce-codigo
 /**
  * Construtor.
  *
  * @param string[] $config
  * @throws IllegalArgumentException
  * */
 public function __construct(array $config = array())
 {
     parent::__construct($config);
 }