Frontend\Core\Engine\Form::getValues PHP 메소드

getValues() 공개 메소드

Fetches all the values for this form as key/value pairs
public getValues ( mixed $excluded = ['form', 'save', '_utf8'] ) : array
$excluded mixed Which elements should be excluded?
리턴 array
    public function getValues($excluded = array('form', 'save', '_utf8'))
    {
        return parent::getValues($excluded);
    }