public function __construct() {
     parent::__construct();
     $this->commentGenerator = new ColumnCommentGenerator();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->converterJson2PHP = new Json2PHPObject();
 }