A |
class |
Symfony\Component\Yaml\Tests |
vendor/Symfony/Component/Yaml/Tests/DumperTest.php |
|
|
|
|
B |
class |
Symfony\Component\Yaml\Tests |
vendor/Symfony/Component/Yaml/Tests/ParserTest.php |
|
|
|
|
Dumper |
class |
Symfony\Component\Yaml |
vendor/Symfony/Component/Yaml/Dumper.php |
Dumper dumps PHP variables to YAML strings. |
|
1 |
|
DumperTest |
class |
Symfony\Component\Yaml\Tests |
vendor/Symfony/Component/Yaml/Tests/DumperTest.php |
|
|
|
|
DumpException |
class |
Symfony\Component\Yaml\Exception |
vendor/Symfony/Component/Yaml/Exception/DumpException.php |
Exception class thrown when an error occurs during dumping. |
|
1 |
|
Escaper |
class |
Symfony\Component\Yaml |
vendor/Symfony/Component/Yaml/Escaper.php |
Escaper encapsulates escaping rules for single and double-quoted
YAML strings. |
|
|
|
ExceptionInterface |
interface |
Symfony\Component\Yaml\Exception |
vendor/Symfony/Component/Yaml/Exception/ExceptionInterface.php |
Exception interface for all exceptions thrown by the component. |
1 |
|
|
Inline |
class |
Symfony\Component\Yaml |
vendor/Symfony/Component/Yaml/Inline.php |
Inline implements a YAML parser/dumper for the YAML inline syntax. |
|
1 |
|
InlineTest |
class |
Symfony\Component\Yaml\Tests |
vendor/Symfony/Component/Yaml/Tests/InlineTest.php |
|
|
|
|
ParseException |
class |
Symfony\Component\Yaml\Exception |
vendor/Symfony/Component/Yaml/Exception/ParseException.php |
Exception class thrown when an error occurs during parsing. |
|
5 |
|
Parser |
class |
Symfony\Component\Yaml |
vendor/Symfony/Component/Yaml/Parser.php |
Parser parses YAML strings to convert them to PHP arrays. |
|
2 |
|
ParserTest |
class |
Symfony\Component\Yaml\Tests |
vendor/Symfony/Component/Yaml/Tests/ParserTest.php |
|
|
|
|
PotxMockLanguageManager |
class |
|
tests/LanguageManager.php |
Mock class |
|
|
|
PotxTestCase |
class |
|
tests/potx.test |
@file
Tests to ensure that the template extractor works as intended. |
|
|
|
RuntimeException |
class |
Symfony\Component\Yaml\Exception |
vendor/Symfony/Component/Yaml/Exception/RuntimeException.php |
Exception class thrown when an error occurs during parsing. |
3 |
|
|
TestConstraint |
class |
|
tests/TestConstraint.php |
|
|
|
|
Twig_Autoloader Deprecated |
class |
|
vendor/Twig/Autoloader.php |
Autoloads Twig classes. |
|
|
|
Twig_BaseNodeVisitor |
abstract class |
|
vendor/Twig/BaseNodeVisitor.php |
Twig_BaseNodeVisitor can be used to make node visitors compatible with Twig 1.x and 2.x. |
5 |
|
|
Twig_CacheInterface |
interface |
|
vendor/Twig/CacheInterface.php |
Interface implemented by cache classes. |
2 |
|
|
Twig_Cache_Filesystem |
class |
|
vendor/Twig/Cache/Filesystem.php |
Implements a cache on the filesystem. |
|
|
|
Twig_Cache_Null |
class |
|
vendor/Twig/Cache/Null.php |
Implements a no-cache strategy. |
|
|
|
Twig_Compiler |
class |
|
vendor/Twig/Compiler.php |
Compiles a node to PHP code. |
|
|
|
Twig_CompilerInterface Deprecated |
interface |
|
vendor/Twig/CompilerInterface.php |
Interface implemented by compiler classes. |
1 |
|
|
Twig_Environment |
class |
|
vendor/Twig/Environment.php |
Stores the Twig configuration. |
|
|
|
Twig_Error |
class |
|
vendor/Twig/Error.php |
Twig base exception. |
4 |
|
|
Twig_Error_Loader |
class |
|
vendor/Twig/Error/Loader.php |
Exception thrown when an error occurs during template loading. |
|
|
|
Twig_Error_Runtime |
class |
|
vendor/Twig/Error/Runtime.php |
Exception thrown when an error occurs at runtime. |
|
|
|
Twig_Error_Syntax |
class |
|
vendor/Twig/Error/Syntax.php |
Exception thrown when a syntax error occurs during lexing or parsing of a template. |
|
|
|
Twig_ExistsLoaderInterface Deprecated |
interface |
|
vendor/Twig/ExistsLoaderInterface.php |
Adds an exists() method for loaders. |
4 |
|
|
Twig_ExpressionParser |
class |
|
vendor/Twig/ExpressionParser.php |
Parses expressions. |
|
|
|
Twig_Extension |
abstract class |
|
vendor/Twig/Extension.php |
|
8 |
|
|
Twig_ExtensionInterface |
interface |
|
vendor/Twig/ExtensionInterface.php |
Interface implemented by extension classes. |
1 |
|
|
Twig_Extension_Core |
class |
|
vendor/Twig/Extension/Core.php |
|
|
|
|
Twig_Extension_Debug |
class |
|
vendor/Twig/Extension/Debug.php |
|
|
|
|
Twig_Extension_Escaper |
class |
|
vendor/Twig/Extension/Escaper.php |
|
|
|
|
Twig_Extension_GlobalsInterface |
interface |
|
vendor/Twig/Extension/GlobalsInterface.php |
Enables usage of the deprecated Twig_Extension::getGlobals() method. |
|
|
|
Twig_Extension_InitRuntimeInterface |
interface |
|
vendor/Twig/Extension/InitRuntimeInterface.php |
Enables usage of the deprecated Twig_Extension::initRuntime() method. |
|
|
|
Twig_Extension_Optimizer |
class |
|
vendor/Twig/Extension/Optimizer.php |
|
|
|
|
Twig_Extension_Profiler |
class |
|
vendor/Twig/Extension/Profiler.php |
|
|
|
|
Twig_Extension_Sandbox |
class |
|
vendor/Twig/Extension/Sandbox.php |
|
|
|
|
Twig_Extension_Staging |
class |
|
vendor/Twig/Extension/Staging.php |
Internal class. |
|
|
|
Twig_Extension_StringLoader |
class |
|
vendor/Twig/Extension/StringLoader.php |
|
|
|
|
Twig_FileExtensionEscapingStrategy |
class |
|
vendor/Twig/FileExtensionEscapingStrategy.php |
Default autoescaping strategy based on file names. |
|
|
|
Twig_Filter Deprecated |
abstract class |
|
vendor/Twig/Filter.php |
Represents a template filter. |
3 |
|
|
Twig_FilterCallableInterface Deprecated |
interface |
|
vendor/Twig/FilterCallableInterface.php |
Represents a callable template filter. |
1 |
|
|
Twig_FilterInterface Deprecated |
interface |
|
vendor/Twig/FilterInterface.php |
Represents a template filter. |
1 |
|
|
Twig_Filter_Function Deprecated |
class |
|
vendor/Twig/Filter/Function.php |
Represents a function template filter. |
|
|
|
Twig_Filter_Method Deprecated |
class |
|
vendor/Twig/Filter/Method.php |
Represents a method template filter. |
|
|
|
Twig_Filter_Node Deprecated |
class |
|
vendor/Twig/Filter/Node.php |
Represents a template filter as a node. |
|
|
|
Twig_Function Deprecated |
abstract class |
|
vendor/Twig/Function.php |
Represents a template function. |
3 |
|
|