EasyBlogModelFeeds
        
        extends EasyBlogAdminModel
    
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $searchables : mixed
- $total : mixed
Methods
- __construct() : mixed
- _buildQuery() : mixed
- Method to build the query for the feeds
- _buildQueryOrderBy() : mixed
- _buildQueryWhere() : mixed
- getData() : mixed
- Retrieves a list of feeds URL from the back end
- getPagination() : mixed
- Retrieves the pagination used at the back end
- getPendingFeeds() : mixed
- Retrieves a list of feed items that needs to be imported
- getSearchableItems() : mixed
- Get searchable columns
- getUserStateFromRequest() : mixed
- Gets the value of a user state variable.
- isFeedItemImported() : mixed
- Determines if a feed item has already been imported
- publish() : mixed
- Publishes feeds
- bindTable() : mixed
- implodeValues() : mixed
- populateState() : void
- Stock method to auto-populate the model state.
Properties
$searchables
    public
        mixed
    $searchables
     = array()
    
    
    
    
$total
    public
        mixed
    $total
     = \null
    
    
    
    
Methods
__construct()
    public
                    __construct() : mixed
    _buildQuery()
Method to build the query for the feeds
    public
                    _buildQuery() : mixed
    Tags
_buildQueryOrderBy()
    public
                    _buildQueryOrderBy() : mixed
    _buildQueryWhere()
    public
                    _buildQueryWhere() : mixed
    getData()
Retrieves a list of feeds URL from the back end
    public
                    getData() : mixed
    Tags
getPagination()
Retrieves the pagination used at the back end
    public
                    getPagination() : mixed
    Tags
getPendingFeeds()
Retrieves a list of feed items that needs to be imported
    public
                    getPendingFeeds([mixed $limit = 1 ][, mixed $debug = false ]) : mixed
    Parameters
- $limit : mixed = 1
- $debug : mixed = false
Tags
getSearchableItems()
Get searchable columns
    public
                    getSearchableItems(mixed $query) : mixed
    Parameters
- $query : mixed
Tags
getUserStateFromRequest()
Gets the value of a user state variable.
    public
                    getUserStateFromRequest(mixed $key, mixed $request[, mixed $default = null ][, mixed $type = 'none' ]) : mixed
    Parameters
- $key : mixed
- $request : mixed
- $default : mixed = null
- $type : mixed = 'none'
isFeedItemImported()
Determines if a feed item has already been imported
    public
                    isFeedItemImported(mixed $feedId, mixed $uid) : mixed
    Parameters
- $feedId : mixed
- $uid : mixed
Tags
publish()
Publishes feeds
    public
                    publish([mixed &$feeds = array() ][, mixed $publish = 1 ]) : mixed
    Parameters
- $feeds : mixed = array()
- $publish : mixed = 1
Tags
bindTable()
    protected
                    bindTable(mixed $tableName, mixed $result) : mixed
    Parameters
- $tableName : mixed
- $result : mixed
implodeValues()
    protected
                    implodeValues(mixed $data) : mixed
    Parameters
- $data : mixed
populateState()
Stock method to auto-populate the model state.
    protected
                    populateState() : void