NextDom\Enums\NextDomFile
Synopsis
class NextDomFile
extends Enum
{
- // constants
- const CACHE_TAR_GZ = 'cache.tar.gz';
- const CHANGELOG_MD = 'CHANGELOG.md';
- const COMPOSER_JSON = 'composer.json';
- const COMPOSER_LOCK = 'composer.lock';
- const COPYING = 'COPYING';
- const DB_BACKUP_SQL = 'DB_backup.sql';
- const INDEX_PHP = 'index.php';
- const LICENSE = 'LICENSE';
- const MANIFEST_JSON = 'manifest.json';
- const MANIFEST_WEBMANIFEST = 'manifest.webmanifest';
- const MOBILE_MANIFEST_PHP = 'mobile.manifest.php';
- const PACKAGE_JSON = 'package.json';
- const PACKAGE_LOCK_JSON = 'package-lock.json';
- const PHPUNIT_XML_dist = 'phpunit.xml.dist';
- const README_MD = 'README.md';
- const ROBOTS_TXT = 'robots.txt';
- const _TRAVIS_YML = '.travis.yml';
- const _HTACCESS = '.htaccess';
- const _COVERALLS_YML = '.coveralls.yml';
- const _GITIGNORE = '.gitignore';
- const _SONARCLOUD_PROPERTIES = '.sonarcloud.properties';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
CACHE_TAR_GZ | 'cache.tar.gz' |
CHANGELOG_MD | 'CHANGELOG.md' |
COMPOSER_JSON | 'composer.json' |
COMPOSER_LOCK | 'composer.lock' |
COPYING | 'COPYING' |
DB_BACKUP_SQL | 'DB_backup.sql' |
INDEX_PHP | 'index.php' |
LICENSE | 'LICENSE' |
MANIFEST_JSON | 'manifest.json' |
MANIFEST_WEBMANIFEST | 'manifest.webmanifest' |
MOBILE_MANIFEST_PHP | 'mobile.manifest.php' |
PACKAGE_JSON | 'package.json' |
PACKAGE_LOCK_JSON | 'package-lock.json' |
PHPUNIT_XML_dist | 'phpunit.xml.dist' |
README_MD | 'README.md' |
ROBOTS_TXT | 'robots.txt' |
_TRAVIS_YML | '.travis.yml' |
_HTACCESS | '.htaccess' |
_COVERALLS_YML | '.coveralls.yml' |
_GITIGNORE | '.gitignore' |
_SONARCLOUD_PROPERTIES | '.sonarcloud.properties' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()