PHP 클래스 Suin\RSSWriter\Item

상속: implements Suin\RSSWriter\ItemInterface
파일 보기 프로젝트 열기: suin/php-rss-writer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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 )

메소드 상세

appendTo() 공개 메소드

public appendTo ( Suin\RSSWriter\ChannelInterface $channel )
$channel Suin\RSSWriter\ChannelInterface

asXML() 공개 메소드

public asXML ( )

author() 공개 메소드

public author ( $author )

category() 공개 메소드

public category ( $name, $domain = null )

contentEncoded() 공개 메소드

public contentEncoded ( $content )

description() 공개 메소드

public description ( $description )

enclosure() 공개 메소드

public enclosure ( $url, $length, $type = 'audio/mpeg' )

guid() 공개 메소드

public guid ( $guid, $isPermalink = false )

preferCdata() 공개 메소드

public preferCdata ( $preferCdata )

pubDate() 공개 메소드

public pubDate ( $pubDate )

title() 공개 메소드

public title ( $title )

url() 공개 메소드

public url ( $url )

프로퍼티 상세

$author 보호되어 있는 프로퍼티

protected string $author
리턴 string

$categories 보호되어 있는 프로퍼티

protected array $categories
리턴 array

$contentEncoded 보호되어 있는 프로퍼티

protected string $contentEncoded
리턴 string

$description 보호되어 있는 프로퍼티

protected string $description
리턴 string

$enclosure 보호되어 있는 프로퍼티

protected array $enclosure
리턴 array

$guid 보호되어 있는 프로퍼티

protected string $guid
리턴 string

$preferCdata 보호되어 있는 프로퍼티

protected $preferCdata

$pubDate 보호되어 있는 프로퍼티

protected int $pubDate
리턴 integer

$title 보호되어 있는 프로퍼티

protected string $title
리턴 string

$url 보호되어 있는 프로퍼티

protected string $url
리턴 string