ProfileField
in package
Represents a custom profile field.
Tags
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
Methods
- __construct() : mixed
- all() : array<int, ProfileField>
- find() : array<int, ProfileField>|ProfileField
Properties
$description
public
string|null
$description
$editable
public
bool
$editable
$forum_posts
public
bool
$forum_posts
$id
public
int
$id
$length
public
int|null
$length
$name
public
string
$name
$public
public
bool
$public
$required
public
bool
$required
$type
public
int
$type
Methods
__construct()
public
__construct(object $row) : mixed
Parameters
- $row : object
all()
public
static all() : array<int, ProfileField>
Return values
array<int, ProfileField>find()
public
static find(string $value[, string $column = 'id' ]) : array<int, ProfileField>|ProfileField
Parameters
- $value : string
- $column : string = 'id'