Symfony\Component\Form\PropertyPath::getElement PHP Метод

getElement() публичный Метод

Returns the element at the given index in the property path
public getElement ( $index ) : string
Результат string A property or index name
    public function getElement($index)
    {
        return $this->elements[$index];
    }