コード例 #1
0
ファイル: Dsv.php プロジェクト: CoatesDigital/nutshell
 public function __construct($args = array())
 {
     parent::__construct($args);
     $this->options = $args;
 }
コード例 #2
0
ファイル: Json.php プロジェクト: CoatesDigital/nutshell
 protected function closeHandler()
 {
     $this->writef($this->getFooter());
     parent::closeHandler();
 }