PropertyPath::getLength()
  • References/PHP/Symfony/Component/PropertyAccess

int getLength() Returns the length of the property path, i.e. the number of elements.

2025-01-10 15:47:30
PropertyPath::isIndex()
  • References/PHP/Symfony/Component/PropertyAccess

bool isIndex(int $index) Returns whether the element at the given index is an array index.

2025-01-10 15:47:30
PropertyAccessorInterface::isWritable()
  • References/PHP/Symfony/Component/PropertyAccess

bool isWritable(object|array $objectOrArray, string|

2025-01-10 15:47:30
PropertyPathInterface::getParent()
  • References/PHP/Symfony/Component/PropertyAccess

PropertyPath getParent()

2025-01-10 15:47:30
PropertyAccessorBuilder::isMagicCallEnabled()
  • References/PHP/Symfony/Component/PropertyAccess

bool isMagicCallEnabled() Return Value bool whether

2025-01-10 15:47:30
PropertyPathIterator::isIndex()
  • References/PHP/Symfony/Component/PropertyAccess

bool isIndex() Returns whether the current element in the property path is an array index.

2025-01-10 15:47:30
PropertyPathBuilder::replaceByProperty()
  • References/PHP/Symfony/Component/PropertyAccess

replaceByProperty(int $offset, string $name = null) Replaces an index element by a property element

2025-01-10 15:47:30
PropertyPath::getElements()
  • References/PHP/Symfony/Component/PropertyAccess

array getElements() Returns the elements of the property path as array.

2025-01-10 15:47:30
PropertyPathBuilder::appendIndex()
  • References/PHP/Symfony/Component/PropertyAccess

appendIndex(string $name) Appends an index element to the current path.

2025-01-10 15:47:30
PropertyPathInterface::getElements()
  • References/PHP/Symfony/Component/PropertyAccess

array getElements() Returns the elements of the property path as array.

2025-01-10 15:47:30