EasyBlogFeeds
extends EasyBlog
in package
Table of Contents
Properties
- $app : mixed
- $config : mixed
- $db : mixed
- $doc : mixed
- $input : mixed
- $jconfig : mixed
- $lang : mixed
- $my : mixed
- $string : mixed
Methods
- __construct() : mixed
- addHeaders() : mixed
- Adds the respective link tags on the head of the document
- cron() : mixed
- Executes during cron to import items from feeds
- getAdapter() : mixed
- Gets an adapter formatter for feed imports
- getError() : mixed
- getErrors() : mixed
- getFeedURL() : mixed
- Appends the necessary rss fragments on existing url
- hasError() : mixed
- hasErrors() : mixed
- import() : mixed
- Main method to import the feed items
- isMobile() : mixed
- Determines if this is a mobile layout
- isTablet() : mixed
- Determines if this is a tablet layout
- loadLanguage() : mixed
- Helper method to load language
- setError() : mixed
Properties
$app
public
mixed
$app
= \null
$config
public
mixed
$config
= \null
$db
public
mixed
$db
= \null
$doc
public
mixed
$doc
= \null
$input
public
mixed
$input
= \null
$jconfig
public
mixed
$jconfig
= \null
$lang
public
mixed
$lang
= \null
$my
public
mixed
$my
= \null
$string
public
mixed
$string
= \null
Methods
__construct()
public
__construct() : mixed
addHeaders()
Adds the respective link tags on the head of the document
public
addHeaders(mixed $url) : mixed
Parameters
- $url : mixed
Tags
cron()
Executes during cron to import items from feeds
public
cron() : mixed
Tags
getAdapter()
Gets an adapter formatter for feed imports
public
getAdapter(mixed $adapter) : mixed
Parameters
- $adapter : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getFeedURL()
Appends the necessary rss fragments on existing url
public
getFeedURL(mixed $url[, mixed $atom = false ][, mixed $type = 'site' ]) : mixed
Parameters
- $url : mixed
- $atom : mixed = false
- $type : mixed = 'site'
Tags
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
import()
Main method to import the feed items
public
import(EasyBlogTableFeed &$feed[, mixed $limit = 0 ]) : mixed
Parameters
- $feed : EasyBlogTableFeed
- $limit : mixed = 0
Tags
isMobile()
Determines if this is a mobile layout
public
isMobile() : mixed
Tags
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed