メインコンテンツまでスキップ

RSS::__construct

RSSフィードの読み込みを開始

説明

public self RSS::__construct( string $url )

引数

名前データ型デフォルト備考
$urlstringRSSフィードURL

Controller
$rss = $this->getClass('Tool/RSS', 'https://example.com/feed');