コード例 #1
0
ファイル: App.php プロジェクト: natxetee/magento2
 /**
  * Whether the application has been installed or not
  *
  * @return bool
  */
 public function isInstalled()
 {
     return (bool) $this->_config->getInstallDate();
 }