Raml\Response::getBodies PHP Метод

getBodies() публичный Метод

Returns the list of bodies for this response type.
public getBodies ( ) : raml\BodyInterface[]
Результат raml\BodyInterface[]
    public function getBodies()
    {
        return $this->bodyList;
    }