PropertyPathBuilder::appendIndex()
  • References/PHP/Symfony/Component/PropertyAccess

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

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

int getLength() Returns the length of the current path.

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

class PropertyPath implements IteratorAggregate,

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

static handleError($type, $message, $file, $line, $context) Parameters

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

bool isReadable(object|array $objectOrArray, string|

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

mixed getValue(object|array $objectOrArray, string|

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

PropertyAccessorInterface

2025-01-10 15:47:30