Documentation

EasyBlogContributor extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$items  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$string  : mixed
$type  : mixed
$uid  : mixed

Methods

__construct()  : mixed
genAccessSQL()  : mixed
generate contribution access sql that used with blogs
getClassName()  : mixed
Retrieves the class name for the adapter
getError()  : mixed
getErrors()  : mixed
getItem()  : mixed
Retrieves the contributor item
hasError()  : mixed
hasErrors()  : mixed
isEasySocial()  : mixed
Determine if the the contributor is from EasySocial
isMobile()  : mixed
Determines if this is a mobile layout
isTablet()  : mixed
Determines if this is a tablet layout
load()  : mixed
loadLanguage()  : mixed
Helper method to load language
setError()  : mixed
getClusterPrivacySql()  : mixed
Method to generate query for EasySocial cluster privacy access
getEasySocialEventSQL()  : mixed
getEasySocialGroupSQL()  : mixed
getEasySocialPageSQL()  : mixed
getJomSocialEventSQL()  : mixed
getJomSocialGroupSQL()  : mixed
getTeamBlogSQL()  : 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

genAccessSQL()

generate contribution access sql that used with blogs

public static genAccessSQL(mixed $contributorType, mixed $columnPrefix[, mixed $options = array() ]) : mixed
Parameters
$contributorType : mixed
$columnPrefix : mixed
$options : mixed = array()
Tags
since
5.0
access

public

getClassName()

Retrieves the class name for the adapter

public getClassName() : mixed
Tags
since
5.0
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getItem()

Retrieves the contributor item

public getItem() : mixed
Tags
since
5.0
access

public

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

isEasySocial()

Determine if the the contributor is from EasySocial

public isEasySocial([mixed $type = null ]) : mixed
Parameters
$type : mixed = null
Tags
since
5.3.0
access

public

isMobile()

Determines if this is a mobile layout

public isMobile() : mixed
Tags
since
5.1
access

public

isTablet()

Determines if this is a tablet layout

public isTablet() : mixed
Tags
since
5.3
access

public

load()

public load(mixed $id, mixed $type) : mixed
Parameters
$id : mixed
$type : mixed

loadLanguage()

Helper method to load language

public loadLanguage([mixed $admin = false ]) : mixed
Parameters
$admin : mixed = false
Tags
since
5.0
access

public

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed

getClusterPrivacySql()

Method to generate query for EasySocial cluster privacy access

private static getClusterPrivacySql(mixed $clusterPrefix, mixed $nodesPrefix[, mixed $componentPrefix = 'com_easysocial' ]) : mixed
Parameters
$clusterPrefix : mixed
$nodesPrefix : mixed
$componentPrefix : mixed = 'com_easysocial'
Tags
since
5.1
access

public

getEasySocialEventSQL()

private static getEasySocialEventSQL(mixed $columnPrefix[, mixed $options = array() ]) : mixed
Parameters
$columnPrefix : mixed
$options : mixed = array()

getEasySocialGroupSQL()

private static getEasySocialGroupSQL(mixed $columnPrefix[, mixed $options = array() ]) : mixed
Parameters
$columnPrefix : mixed
$options : mixed = array()

getEasySocialPageSQL()

private static getEasySocialPageSQL(mixed $columnPrefix[, mixed $options = array() ]) : mixed
Parameters
$columnPrefix : mixed
$options : mixed = array()

getJomSocialEventSQL()

private static getJomSocialEventSQL(mixed $columnPrefix[, mixed $options = array() ]) : mixed
Parameters
$columnPrefix : mixed
$options : mixed = array()

getJomSocialGroupSQL()

private static getJomSocialGroupSQL(mixed $columnPrefix[, mixed $options = array() ]) : mixed
Parameters
$columnPrefix : mixed
$options : mixed = array()

getTeamBlogSQL()

private static getTeamBlogSQL(mixed $columnPrefix[, mixed $gids = '' ][, mixed $options = array() ]) : mixed
Parameters
$columnPrefix : mixed
$gids : mixed = ''
$options : mixed = array()

        
On this page

Search results