XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
mcontent Class Reference

widget to display mcontent More...

Inheritance diagram for mcontent:
WidgetHandler

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 = ''
 

Detailed Description

widget to display mcontent

Author
NAVER (devel.nosp@m.oper.nosp@m.s@xpr.nosp@m.esse.nosp@m.ngine.nosp@m..com)
Version
0.1

Definition at line 9 of file mcontent.class.php.

Member Function Documentation

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)

<<

<<

Definition at line 584 of file mcontent.class.php.

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.


The documentation for this class was generated from the following file: