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

widget to display content More...

Inheritance diagram for content:
WidgetHandler

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

Detailed Description

widget to display content

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 content.class.php.

Member Function Documentation

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)

<<

<<

Definition at line 658 of file content.class.php.

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.


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