getUser() public static method

public static getUser ( )
コード例 #1
0
 /**
  * @param $path
  * @return string
  */
 private function getMessageWhenFileExistsButNotReadable($path)
 {
     $format = " \n<b>» %s </b>";
     if (Common::isPhpCliMode()) {
         $format = "\n » %s \n";
     }
     return sprintf($format, $this->translator->translate('General_ExceptionConfigurationFilePleaseCheckReadableByUser', array($path, Filechecks::getUser())));
 }