コード例 #1
0
ファイル: FileRepo.php プロジェクト: whysasse/kmwiki
 /**
  * Get an explanatory message if this repo is read-only.
  * This checks if an administrator disabled writes to the backend.
  *
  * @return string|bool Returns false if the repo is not read-only
  */
 public function getReadOnlyReason()
 {
     return $this->backend->getReadOnlyReason();
 }