Ejemplo n.º 1
0
 /**
  * Whether the application has been installed or not
  *
  * @return bool
  */
 public function isInstalled()
 {
     return (bool) $this->_config->getInstallDate();
 }