diff --git a/components/var_dumper/advanced.rst b/components/var_dumper/advanced.rst index 36ebcc41dad..0d6e12b1cd3 100644 --- a/components/var_dumper/advanced.rst +++ b/components/var_dumper/advanced.rst @@ -375,23 +375,23 @@ thus to dumpers. To help you do this (see the source code for how it works), the component comes with a set of wrappers for common additional semantics. You can use: - * :class:`Symfony\\Component\\VarDumper\\Caster\\ConstStub` to wrap a value that is - best represented by a PHP constant; - * :class:`Symfony\\Component\\VarDumper\\Caster\\ClassStub` to wrap a PHP identifier - (*i.e.* a class name, a method name, an interface, *etc.*); - * :class:`Symfony\\Component\\VarDumper\\Caster\\CutStub` to replace big noisy - objects/strings/*etc.* by ellipses; - * :class:`Symfony\\Component\\VarDumper\\Caster\\CutArrayStub` to keep only some - useful keys of an array; - * :class:`Symfony\\Component\\VarDumper\\Caster\\EnumStub` to wrap a set of virtual - values (*i.e.* values that do not exist as properties in the original PHP data - structure, but are worth listing alongside with real ones); - * :class:`Symfony\\Component\\VarDumper\\Caster\\LinkStub` to wrap strings that can - be turned into links by dumpers; - * :class:`Symfony\\Component\\VarDumper\\Caster\\TraceStub` and their - * :class:`Symfony\\Component\\VarDumper\\Caster\\FrameStub` and - * :class:`Symfony\\Component\\VarDumper\\Caster\\ArgsStub` relatives to wrap PHP - traces (used by :class:`Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster`). +* :class:`Symfony\\Component\\VarDumper\\Caster\\ConstStub` to wrap a value that is + best represented by a PHP constant; +* :class:`Symfony\\Component\\VarDumper\\Caster\\ClassStub` to wrap a PHP identifier + (*i.e.* a class name, a method name, an interface, *etc.*); +* :class:`Symfony\\Component\\VarDumper\\Caster\\CutStub` to replace big noisy + objects/strings/*etc.* by ellipses; +* :class:`Symfony\\Component\\VarDumper\\Caster\\CutArrayStub` to keep only some + useful keys of an array; +* :class:`Symfony\\Component\\VarDumper\\Caster\\EnumStub` to wrap a set of virtual + values (*i.e.* values that do not exist as properties in the original PHP data + structure, but are worth listing alongside with real ones); +* :class:`Symfony\\Component\\VarDumper\\Caster\\LinkStub` to wrap strings that can + be turned into links by dumpers; +* :class:`Symfony\\Component\\VarDumper\\Caster\\TraceStub` and their +* :class:`Symfony\\Component\\VarDumper\\Caster\\FrameStub` and +* :class:`Symfony\\Component\\VarDumper\\Caster\\ArgsStub` relatives to wrap PHP + traces (used by :class:`Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster`). For example, if you know that your ``Product`` objects have a ``brochure`` property that holds a file name or a URL, you can wrap them in a ``LinkStub`` to tell pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy