X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/mnapoli/front-yaml/src/YAML
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
mnapoli
/
front-yaml
/
src
/
YAML
/
📁
..
📄
YAMLParser.php
(458 B)
Editing: YAMLParser.php
<?php /** * FrontYAML * * @copyright Matthieu Napoli http://mnapoli.fr * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file) */ namespace Mni\FrontYAML\YAML; /** * Interface of a YAML parser * * @author Matthieu Napoli <matthieu@mnapoli.fr> */ interface YAMLParser { /** * Parses a YAML string. * * @param string $yaml * * @return mixed */ public function parse($yaml); }
Upload File
Create Folder