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

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

protected parseDataFromResponse ( )
    protected function parseDataFromResponse()
    {
        $content = $this->rawResponse->body;
        $channelList = new LiveChannelListInfo();
        $channelList->parseFromXml($content);
        return $channelList;
    }
ListLiveChannelResult