CustomField
extends Entity
in package
CustomField
Table of Contents
Properties
- $auto_convert : string
- $counter : bool
- $default_value : string
- $group_valid : bool
- $line : int
- $max_length : int
- $meta : array<string|int, mixed>
- $name : string
- $placeholder : string
- $regex : string
- $regex_error_message : string
- $size : int
- $source : string
- $status : bool
- $title : string
- $type : string
- $validate : array<string|int, mixed>
Methods
- getTypeTitle() : string
- フィールドタイプの表示名を取得する
Properties
$auto_convert
public
string
$auto_convert
$counter
public
bool
$counter
$default_value
public
string
$default_value
$group_valid
public
bool
$group_valid
$line
public
int
$line
$max_length
public
int
$max_length
$meta
public
array<string|int, mixed>
$meta
$name
public
string
$name
$placeholder
public
string
$placeholder
$regex
public
string
$regex
$regex_error_message
public
string
$regex_error_message
$size
public
int
$size
$source
public
string
$source
$status
public
bool
$status
$title
public
string
$title
$type
public
string
$type
$validate
public
array<string|int, mixed>
$validate
Methods
getTypeTitle()
フィールドタイプの表示名を取得する
public
getTypeTitle() : string