Documentation

EasyBlogControllerProfile extends EasyBlogController
in package

Table of Contents

Properties

$acl  : mixed
$config  : mixed
$doc  : mixed
$info  : mixed
$my  : mixed

Methods

__construct()  : mixed
_trim()  : mixed
deleteInfo()  : mixed
Allow caller to delete user details
deleteinforequest()  : mixed
Allow user to remove personal info from the site (GDPR Compliance)
display()  : mixed
Override parent's display method
getReturnURL()  : mixed
Determines if we should be retrieving the return url
removePicture()  : mixed
Allow current user to remove their own profile picture.
save()  : mixed
Saves a user profile

Properties

Methods

__construct()

public __construct([mixed $config = array() ]) : mixed
Parameters
$config : mixed = array()

_trim()

public _trim(mixed &$text) : mixed
Parameters
$text : mixed

deleteInfo()

Allow caller to delete user details

public deleteInfo() : mixed
Tags
since
5.2.0
access

public

deleteinforequest()

Allow user to remove personal info from the site (GDPR Compliance)

public deleteinforequest() : mixed
Tags
since
5.2
access

public

display()

Override parent's display method

public display([mixed $cachable = false ][, mixed $urlparams = array() ]) : mixed
Parameters
$cachable : mixed = false
$urlparams : mixed = array()
Tags
since
4.0
access

public

getReturnURL()

Determines if we should be retrieving the return url

public getReturnURL() : mixed
Tags
since
5.1
access

public

removePicture()

Allow current user to remove their own profile picture.

public removePicture() : mixed

save()

Saves a user profile

public save() : mixed
Tags
since
4.0
access

public


        
On this page

Search results