X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/windwalker/structure
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
windwalker
/
structure
/
📁
..
📄
.gitignore
(118 B)
📄
.travis.yml
(275 B)
📁
Format
📄
Format.php
(503 B)
📄
README.md
(4.55 KB)
📄
Structure.php
(19.39 KB)
📄
StructureHelper.php
(11.14 KB)
📁
Test
📄
ValueReference.php
(2.15 KB)
📄
composer.json
(982 B)
📄
phpunit.travis.xml
(1.09 KB)
📄
phpunit.xml.dist
(409 B)
Editing: Format.php
<?php declare(strict_types=1); /** * Part of Windwalker project. * * @copyright Copyright (C) 2019 LYRASOFT. * @license GNU General Public License version 2 or later; */ namespace Windwalker\Structure; /** * The Format class. * * @since 2.1 */ class Format { public const JSON = 'json'; public const INI = 'ini'; public const YAML = 'yaml'; public const XML = 'xml'; public const PHP = 'php'; public const HJSON = 'hjson'; public const TOML = 'toml'; }
Upload File
Create Folder