PropertyPathInterface::isProperty()
  • References/PHP/Symfony/Component/PropertyAccess

bool isProperty(int $index) Returns whether the element at the given index is a property.

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

static

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

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

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

interface PropertyAccessorInterface Writes and reads values to/from an object/array graph.

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

remove(int $offset, int $length = 1) Removes elements from the current path.

2025-01-10 15:47:30
PropertyPathIteratorInterface
  • References/PHP/Symfony/Component/PropertyAccess

interface PropertyPathIteratorInterface implements Iterator,

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

string getElement(int $index) Returns the element at the given index in the property path.

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

PropertyPath getParent()

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

append(PropertyPathInterface|string

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

PropertyAccessorBuilder

2025-01-10 15:47:30