Documentation

UserProfileField extends ProfileField
in package

Represents a custom profile field which belongs to a user.

Tags
author

Aberdeener

version
2.2.0
license

MIT

Table of Contents

Properties

$description  : string|null
$editable  : bool
$forum_posts  : bool
$id  : int
$length  : int|null
$name  : string
$public  : bool
$required  : bool
$type  : int
$updated  : int|null
$upf_id  : int|null
$value  : string|null

Methods

__construct()  : mixed
all()  : array<int, ProfileField>
find()  : array<int, ProfileField>|ProfileField
purifyValue()  : string|null
updated()  : mixed

Properties

Methods

__construct()

public __construct(object $row) : mixed
Parameters
$row : object

purifyValue()

public purifyValue() : string|null
Return values
string|null

        
On this page

Search results