Ejemplo n.º 1
0
 /**
  * [checkAssets description]
  * @return [type]
  */
 public function checkAssets()
 {
     $deviseJs = public_path() . '/packages/devisephp/cms/js/devise.min.js';
     if (!$this->File->exists($deviseJs)) {
         return false;
     }
     return true;
 }
Ejemplo n.º 2
0
 /**
  * [getCode description].
  *
  * @return [type]
  */
 public function getCode()
 {
     return $this->fileManager->exists('code') ? $this->fileManager->get('code') : null;
 }