OSS\Result\GetLiveChannelHistoryResult::parseDataFromResponse PHP Method

parseDataFromResponse() protected method

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