프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$author | string | ||
$categories | array | ||
$contentEncoded | string | ||
$description | string | ||
$enclosure | array | ||
$guid | string | ||
$isPermalink | boolean | ||
$preferCdata | |||
$pubDate | integer | ||
$title | string | ||
$url | string |
메소드 | 설명 | |
---|---|---|
appendTo ( Suin\RSSWriter\ChannelInterface $channel ) | ||
asXML ( ) | ||
author ( $author ) | ||
category ( $name, $domain = null ) | ||
contentEncoded ( $content ) | ||
description ( $description ) | ||
enclosure ( $url, $length, $type = 'audio/mpeg' ) | ||
guid ( $guid, $isPermalink = false ) | ||
preferCdata ( $preferCdata ) | ||
pubDate ( $pubDate ) | ||
title ( $title ) | ||
url ( $url ) |
public appendTo ( Suin\RSSWriter\ChannelInterface $channel ) | ||
$channel | Suin\RSSWriter\ChannelInterface |