widget to display content More...
Public Member Functions | |
proc ($args) | |
Widget handler. More... | |
_getCommentItems ($args) | |
Get a list of comments and return contentItem. More... | |
_getDocumentItems ($args) | |
_getImageItems ($args) | |
getRssItems ($args) | |
_getRssBody ($value) | |
_getSummary ($content, $str_size=50) | |
requestFeedContents ($rss_url) | |
function to receive contents from rss url For Tistory blog in Korea, the original RSS url has location header without contents. Fixed to work as same as rss_reader widget. More... | |
_getRssItems ($args) | |
_getRssThumbnail ($content) | |
_getTrackbackItems ($args) | |
_compile ($args, $content_items) | |
Additional Inherited Members | |
Public Attributes inherited from WidgetHandler | |
$widget_path = '' | |
content::_compile | ( | $args, | |
$content_items | |||
) |
Definition at line 709 of file content.class.php.
content::_getCommentItems | ( | $args | ) |
Get a list of comments and return contentItem.
Definition at line 187 of file content.class.php.
content::_getDocumentItems | ( | $args | ) |
Definition at line 225 of file content.class.php.
content::_getImageItems | ( | $args | ) |
Definition at line 302 of file content.class.php.
content::_getRssBody | ( | $value | ) |
Definition at line 414 of file content.class.php.
content::_getRssItems | ( | $args | ) |
Definition at line 463 of file content.class.php.
content::_getRssThumbnail | ( | $content | ) |
Definition at line 636 of file content.class.php.
content::_getSummary | ( | $content, | |
$str_size = 50 |
|||
) |
Definition at line 433 of file content.class.php.
content::_getTrackbackItems | ( | $args | ) |
content::getRssItems | ( | $args | ) |
Definition at line 358 of file content.class.php.
content::proc | ( | $args | ) |
Widget handler.
Get extra_vars declared in ./widgets/widget/conf/info.xml as arguments After generating the result, do not print but return it.
Method is separately made because content extraction, articles, comments, trackbacks, RSS and other elements exist
Definition at line 18 of file content.class.php.
content::requestFeedContents | ( | $rss_url | ) |
function to receive contents from rss url For Tistory blog in Korea, the original RSS url has location header without contents. Fixed to work as same as rss_reader widget.
Definition at line 457 of file content.class.php.