Class ilSubversionInformation.
More...
◆ getInformationAsHtml()
ilSubversionInformation::getInformationAsHtml |
( |
| ) |
|
◆ isProbablySubversion17()
static ilSubversionInformation::isProbablySubversion17 |
( |
| ) |
|
|
staticprivate |
- Returns
- bool
Definition at line 39 of file class.ilSubversionInformation.php.
41 return file_exists(self::SVN_GET_17_FILE) && is_file(self::SVN_GET_17_FILE) && is_readable(self::SVN_GET_17_FILE);
◆ isProbablySubversionLower17()
static ilSubversionInformation::isProbablySubversionLower17 |
( |
| ) |
|
|
staticprivate |
◆ isSvnRevision()
static ilSubversionInformation::isSvnRevision |
( |
|
$revision | ) |
|
|
staticprivate |
◆ $revision_information
ilSubversionInformation::$revision_information = null |
|
staticprivate |
◆ SVN_GET_17_FILE
const ilSubversionInformation::SVN_GET_17_FILE = '.svn/wc.db' |
◆ SVN_LT_17_FILE
const ilSubversionInformation::SVN_LT_17_FILE = '.svn/entries' |
The documentation for this class was generated from the following file: