EasyBlogGdpr
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
- createMediaFile() : mixed
- Save binary content to correct format
- cron() : mixed
- Method used by cron process
- getError() : mixed
- getErrors() : mixed
- 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
- process() : mixed
- Method to process user data for download
- purgeExpired() : mixed
- Method used to delete expired data from download request.
- removeGuestDetails() : mixed
- Remove guest's personal details from the site
- removeUserDetails() : mixed
- Remove user's personal details from the site
- setError() : mixed
- generateHTML() : mixed
- Method to generate the process data into html file
- createHtmlFile() : mixed
- internal function to create html file.
- createZipFile() : mixed
- Internal function used to zip up the processed folder
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
createMediaFile()
Save binary content to correct format
public
createMediaFile(mixed $path, mixed $filename, mixed $source) : mixed
Parameters
- $path : mixed
- $filename : mixed
- $source : mixed
Tags
cron()
Method used by cron process
public
cron() : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
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
process()
Method to process user data for download
public
process(mixed $userId, mixed $params[, mixed $archive = true ]) : mixed
Parameters
- $userId : mixed
- $params : mixed
- $archive : mixed = true
Tags
purgeExpired()
Method used to delete expired data from download request.
public
purgeExpired([mixed $max = 10 ]) : mixed
Parameters
- $max : mixed = 10
Tags
removeGuestDetails()
Remove guest's personal details from the site
public
removeGuestDetails(mixed $email) : mixed
Parameters
- $email : mixed
Tags
removeUserDetails()
Remove user's personal details from the site
public
removeUserDetails(mixed $user) : mixed
Parameters
- $user : mixed
Tags
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed
generateHTML()
Method to generate the process data into html file
protected
generateHTML(mixed $user, mixed $path, mixed $data) : mixed
Parameters
- $user : mixed
- $path : mixed
- $data : mixed
Tags
createHtmlFile()
internal function to create html file.
private
createHtmlFile(mixed $path, mixed $filename, mixed $sidebar, mixed $content[, mixed $hasBack = false ]) : mixed
Parameters
- $path : mixed
- $filename : mixed
- $sidebar : mixed
- $content : mixed
- $hasBack : mixed = false
Tags
createZipFile()
Internal function used to zip up the processed folder
private
createZipFile(mixed $sourceFolder, mixed $filename) : mixed
Parameters
- $sourceFolder : mixed
- $filename : mixed