Example #1
0
 private function _checkIfFile($bool)
 {
     if ($bool) {
         $csqlFile = new CSQLFile($this->_navigation);
         $this->_html = $csqlFile->returnResult();
     }
 }