Aerys\ParsedBody::getAll PHP Method

getAll() public method

returns two associative fields and metadata arrays (like for extended abstractions or debug)
public getAll ( ) : array
return array
    public function getAll() : array
    {
        return ["fields" => $this->fields, "metadata" => $this->metadata];
    }