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];
    }