Symfony\Component\Form\FieldInterface::getDisplayedData PHP 메소드

getDisplayedData() 공개 메소드

Returns the data of the field as it is displayed to the user.
public getDisplayedData ( ) : string | array
리턴 string | array When the field is not bound, the transformed default data is returned. When the field is bound, the bound data is returned.
    function getDisplayedData();