DataCollector::unserialize()

unserialize($data) Parameters $data

Data::withMaxDepth()

Data withMaxDepth(int $maxDepth) Returns a depth limited clone of $this. Parameters int $maxDepth The max dumped depth level Return Value Data A clone of $this

DataCollector::serialize()

serialize()

Data::withRefHandles()

Data withRefHandles(bool $useRefHandles) Enables/disables objects' identifiers tracking. Parameters bool $useRefHandles False to hide global ref. handles Return Value Data A clone of $this

DataCollector

class DataCollector implements DataCollectorInterface, Serializable DataCollector. Children of this class must store the collected data in the data property. Methods serialize() unserialize($data) Details serialize() unserialize($data) Parameters $data

Data::withMaxItemsPerDepth()

Data withMaxItemsPerDepth(int $maxItemsPerDepth) Limits the number of elements per depth level. Parameters int $maxItemsPerDepth The max number of items dumped per depth level Return Value Data A clone of $this

Data::getRawData()

array getRawData() Return Value array The raw data structure

DaoAuthenticationProvider

class DaoAuthenticationProvider extends UserAuthenticationProvider DaoAuthenticationProvider uses a UserProviderInterface to retrieve the user for a UsernamePasswordToken. Methods __construct(UserProviderInterface $userProvider, UserCheckerInterface $userChecker, string $providerKey, EncoderFactoryInterface $encoderFactory, bool $hideUserNotFoundExceptions = true) Constructor. TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. from

Data::dump()

dump(DumperInterface $dumper) Dumps data with a DumperInterface dumper. Parameters DumperInterface $dumper

Data

class Data Methods __construct(array $data) array getRawData() Data withMaxDepth(int $maxDepth) Returns a depth limited clone of $this. Data withMaxItemsPerDepth(int $maxItemsPerDepth) Limits the number of elements per depth level. Data withRefHandles(bool $useRefHandles) Enables/disables objects' identifiers tracking. dump(DumperInterface $dumper) Dumps data with a DumperInterface dumper. Details __construct(array $data)