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
PropertyAccessorBuilder::disableExceptionOnInvalidIndex()
  • References/PHP/Symfony/Component/PropertyAccess

PropertyAccessorBuilder

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

setValue(object|array $objectOrArray, string|

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

bool isProperty() Returns whether the current element in the property path is a property name

2025-01-10 15:47:30
PropertyPathInterface::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
PropertyAccess::createPropertyAccessor()
  • References/PHP/Symfony/Component/PropertyAccess

static PropertyAccessor

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

setValue(object|array $objectOrArray, string|

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

class PropertyAccessor implements

2025-01-10 15:47:30
PropertyPathInterface::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
PropertyPathInterface
  • References/PHP/Symfony/Component/PropertyAccess

interface PropertyPathInterface implements Traversable

2025-01-10 15:47:30