[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/symfony/var-dumper/Cloner/ -> Data.php (summary)

(no description)

File Size: 468 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Data:: (21 methods):
  __construct()
  getType()
  getValue()
  count()
  getIterator()
  __get()
  __isset()
  offsetExists()
  offsetGet()
  offsetSet()
  offsetUnset()
  __toString()
  withMaxDepth()
  withMaxItemsPerDepth()
  withRefHandles()
  withContext()
  seek()
  dump()
  dumpItem()
  dumpChildren()
  getStub()


Class: Data  - X-Ref


__construct(array $data)   X-Ref

param: array $data An array as returned by ClonerInterface::cloneVar()

getType()   X-Ref

return: string|null

getValue($recursive = false)   X-Ref
Returns a native representation of the original value.

param: array|bool $recursive Whether values should be resolved recursively or not
return: string|int|float|bool|array|Data[]|null

count()   X-Ref

return: int

getIterator()   X-Ref

return: \Traversable

__get(string $key)   X-Ref
No description

__isset(string $key)   X-Ref

return: bool

offsetExists($key)   X-Ref

return: bool

offsetGet($key)   X-Ref

return: mixed

offsetSet($key, $value)   X-Ref

return: void

offsetUnset($key)   X-Ref

return: void

__toString()   X-Ref

return: string

withMaxDepth(int $maxDepth)   X-Ref
Returns a depth limited clone of $this.

return: static

withMaxItemsPerDepth(int $maxItemsPerDepth)   X-Ref
Limits the number of elements per depth level.

return: static

withRefHandles(bool $useRefHandles)   X-Ref
Enables/disables objects' identifiers tracking.

param: bool $useRefHandles False to hide global ref. handles
return: static

withContext(array $context)   X-Ref

return: static

seek($key)   X-Ref
Seeks to a specific key in nested data structures.

param: string|int $key The key to seek to
return: static|null

dump(DumperInterface $dumper)   X-Ref
Dumps data with a DumperInterface dumper.


dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)   X-Ref
Depth-first dumping of items.

param: mixed $item A Stub object or the original value being dumped

dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys)   X-Ref
Dumps children of hash structures.

return: int The final number of removed items

getStub($item)   X-Ref
No description



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer