OSS\Result\PutLiveChannelResult::parseDataFromResponse PHP Метод

parseDataFromResponse() защищенный Метод

protected parseDataFromResponse ( )
    protected function parseDataFromResponse()
    {
        $content = $this->rawResponse->body;
        $channel = new LiveChannelInfo();
        $channel->parseFromXml($content);
        return $channel;
    }
PutLiveChannelResult