Documentation

EasyBlogUser
in package

Table of Contents

Properties

$type  : mixed
$userInstances  : mixed
$helper  : mixed

Methods

__construct()  : mixed
createGuestObject()  : mixed
Initializes the guest user object
factory()  : mixed
Object initialisation for the class to fetch the appropriate user object.
loadUsers()  : mixed
Load a list of users to pre-cache them

Properties

$type

public mixed $type = 'joomla'

$userInstances

public static mixed $userInstances = []

$helper

protected mixed $helper = \null

Methods

__construct()

public __construct([mixed $id = null ][, mixed $debug = false ]) : mixed
Parameters
$id : mixed = null
$debug : mixed = false

createGuestObject()

Initializes the guest user object

public static createGuestObject() : mixed
Tags
since
5.0
access

public

factory()

Object initialisation for the class to fetch the appropriate user object.

public static factory([mixed $ids = null ][, mixed $debug = false ]) : mixed
Parameters
$ids : mixed = null
$debug : mixed = false
Tags
since
1.0
access

public

loadUsers()

Load a list of users to pre-cache them

public static loadUsers([mixed $ids = null ][, mixed $debug = false ]) : mixed
Parameters
$ids : mixed = null
$debug : mixed = false
Tags
since
1.0
access

public


        
On this page

Search results