[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/ -> HasDataTrait.php (summary)

Trait implementing ToArrayInterface, \ArrayAccess, \Countable, \IteratorAggregate, and some path style methods.

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

Defines 9 functions

  getIterator()
  offsetGet()
  offsetSet()
  offsetExists()
  offsetUnset()
  toArray()
  count()
  getPath()
  setPath()

Functions
Functions that are not part of a class:

getIterator()   X-Ref
No description

offsetGet($offset)   X-Ref
No description

offsetSet($offset, $value)   X-Ref
No description

offsetExists($offset)   X-Ref
No description

offsetUnset($offset)   X-Ref
No description

toArray()   X-Ref
No description

count()   X-Ref
No description

getPath($path)   X-Ref
Get a value from the collection using a path syntax to retrieve nested
data.

param: string $path Path to traverse and retrieve a value from
return: mixed|null

setPath($path, $value)   X-Ref
Set a value into a nested array key. Keys will be created as needed to
set the value.

param: string $path  Path to set
param: mixed  $value Value to set at the key



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1