Aerys\ParsedBody::getNames PHP 메소드

getNames() 공개 메소드

Returns the names of the passed fields
public getNames ( ) : array
리턴 array
    public function getNames() : array
    {
        return $this->names ?? ($this->names = array_keys($this->fields));
    }