示例#1
0
 /**
  * New instance of ArgumentManager
  */
 public function __construct()
 {
     parent::__construct(['strict' => true]);
     $this->initOptions();
 }