Exemplo n.º 1
0
 public function __construct($filename)
 {
     parent::__construct($filename);
     $this->setFileClass(GitFileObject::class);
     $this->setInfoClass(__CLASS__);
 }