PHP 클래스 Frontend\Core\Engine\Rss

상속: extends SpoonFeedRSS
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $title, string $link, string $description, array $items = [] ) The default constructor
setImage ( string $url, string $title, string $link, integer $width = null, integer $height = null, string $description = null ) Set the image for the feed.

메소드 상세

__construct() 공개 메소드

The default constructor
public __construct ( string $title, string $link, string $description, array $items = [] )
$title string The title off the feed.
$link string The link of the feed.
$description string The description of the feed.
$items array An array with SpoonRSSItems.

setImage() 공개 메소드

Set the image for the feed.
public setImage ( string $url, string $title, string $link, integer $width = null, integer $height = null, string $description = null )
$url string URL of the image.
$title string Title of the image.
$link string Link of the image.
$width integer Width of the image.
$height integer Height of the image.
$description string Description of the image.