EasyBlogAcl
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
- getEasyBlogAclGroups() : mixed
- Retrieves EasyBlog ACL groups
- getError() : mixed
- getErrors() : mixed
- getFilterAttributes() : mixed
- Retrieves a list of filter attributes
- getFilterTags() : mixed
- Retrieves a list of filtered html tags
- getRuleSet() : mixed
- Retrieves the ACL ruleset
- hasError() : mixed
- hasErrors() : mixed
- 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
- getFilterRule() : mixed
- Retrieves a list of rules
- getRules() : mixed
- Retrieves a list of rules
- mapRules() : mixed
- Rules mapping
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
getEasyBlogAclGroups()
Retrieves EasyBlog ACL groups
public
static getEasyBlogAclGroups(mixed $gids) : mixed
Parameters
- $gids : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getFilterAttributes()
Retrieves a list of filter attributes
public
static getFilterAttributes([mixed $userId = null ]) : mixed
Parameters
- $userId : mixed = null
Tags
getFilterTags()
Retrieves a list of filtered html tags
public
static getFilterTags([mixed $userId = null ]) : mixed
Parameters
- $userId : mixed = null
Tags
getRuleSet()
Retrieves the ACL ruleset
public
static getRuleSet([mixed $cid = '' ]) : mixed
Parameters
- $cid : mixed = ''
Tags
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
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
getFilterRule()
Retrieves a list of rules
private
static getFilterRule(mixed $contentId) : mixed
Parameters
- $contentId : mixed
Tags
getRules()
Retrieves a list of rules
private
static getRules() : mixed
Tags
mapRules()
Rules mapping
private
static mapRules(mixed $result, mixed $rules, mixed $rulesets) : mixed
Parameters
- $result : mixed
- $rules : mixed
- $rulesets : mixed