Aerys\ParsedBody::getNames PHP Method

getNames() public method

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