Beispiel #1
0
 public function run()
 {
     foreach ($this->_rFilePaths as $rFilePath) {
         $file = new ClassController($rFilePath);
         //$file->printData();
         //$file->printHtml();
         $file->printGithub();
         //echo $file->display();
     }
 }