class Inline

Inline implements a YAML parser/dumper for the YAML inline syntax.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Component\Yaml\Inline

Expanded class hierarchy of Inline

1 file declares its use of Inline
2 string references to 'Inline'

File

drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php, line 21

Namespace

Symfony\Component\Yaml
View source

Members

Namesort descending Modifiers Type Description Overrides
Inline::$exceptionOnInvalidType private static property
Inline::$objectSupport private static property
Inline::dump public static function Dumps a given PHP variable to a YAML string.
Inline::dumpArray private static function Dumps a PHP array to a YAML string.
Inline::evaluateScalar private static function Evaluates scalars and replaces magic values.
Inline::getTimestampRegex private static function Gets a regex that matches a YAML date.
Inline::parse public static function Converts a YAML string to a PHP array.
Inline::parseMapping private static function Parses a mapping to a YAML string.
Inline::parseQuotedScalar private static function Parses a quoted scalar to YAML.
Inline::parseScalar public static function Parses a scalar to a YAML string.
Inline::parseSequence private static function Parses a sequence to a YAML string.
Inline::REGEX_QUOTED_STRING constant