widget to display mcontent More...
Public Member Functions | |
proc ($args) | |
Widget execution. More... | |
_getCommentItems ($args) | |
Return to the list of comments extracted mcontentItem. 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) | |
_getTrackbackItems ($args) | |
_compile ($args, $content_items) | |
Additional Inherited Members | |
Public Attributes inherited from WidgetHandler | |
$widget_path = '' | |
mcontent::_compile | ( | $args, | |
$content_items | |||
) |
Definition at line 626 of file mcontent.class.php.
mcontent::_getCommentItems | ( | $args | ) |
Return to the list of comments extracted mcontentItem.
Definition at line 170 of file mcontent.class.php.
mcontent::_getDocumentItems | ( | $args | ) |
Definition at line 208 of file mcontent.class.php.
mcontent::_getImageItems | ( | $args | ) |
Definition at line 270 of file mcontent.class.php.
mcontent::_getRssBody | ( | $value | ) |
Definition at line 361 of file mcontent.class.php.
mcontent::_getRssItems | ( | $args | ) |
Definition at line 411 of file mcontent.class.php.
mcontent::_getSummary | ( | $content, | |
$str_size = 50 |
|||
) |
Definition at line 380 of file mcontent.class.php.
mcontent::_getTrackbackItems | ( | $args | ) |
mcontent::getRssItems | ( | $args | ) |
Definition at line 325 of file mcontent.class.php.
mcontent::proc | ( | $args | ) |
Widget execution.
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 mcontent.class.php.
mcontent::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 405 of file mcontent.class.php.