Documentation

EasyBlogGdprPost extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$params  : mixed
$string  : mixed
$type  : mixed
$userId  : mixed

Methods

__construct()  : mixed
execute()  : mixed
Main function to process user post data for GDPR download.
getError()  : mixed
getErrors()  : mixed
getParams()  : mixed
Get the params
getRelativeUrl()  : mixed
Retrieve relative path of the media object
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
onEasySocialGdprExport()  : mixed
Event trigger to process user post data for GDPR download on EasySocial
processMedia()  : mixed
Process the media data
setError()  : mixed
setParams()  : mixed
Set the params

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

$params

public mixed $params = \null

$string

public mixed $string = \null

$type

public mixed $type = \null

$userId

public mixed $userId = \null

Methods

__construct()

public __construct(mixed $id, mixed $params) : mixed
Parameters
$id : mixed
$params : mixed

execute()

Main function to process user post data for GDPR download.

public execute() : mixed
Tags
since
5.2
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getParams()

Get the params

public getParams(mixed $name[, mixed $default = false ]) : mixed
Parameters
$name : mixed
$default : mixed = false
Tags
since
5.2.0
access

public

getRelativeUrl()

Retrieve relative path of the media object

public getRelativeUrl(mixed $item) : mixed
Parameters
$item : mixed
Tags
since
5.2.0
access

public

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

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

loadLanguage()

Helper method to load language

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

public

onEasySocialGdprExport()

Event trigger to process user post data for GDPR download on EasySocial

public onEasySocialGdprExport(SocialGdprSection &$section, SocialGdprItem $adapter) : mixed
Parameters
$section : SocialGdprSection
$adapter : SocialGdprItem
Tags
since
5.2.5
access

public

processMedia()

Process the media data

public processMedia(mixed $media) : mixed
Parameters
$media : mixed
Tags
since
5.2.0
access

public

setError()

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

setParams()

Set the params

public setParams(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed
Tags
since
5.2.0
access

public


        
On this page

Search results