Documentation

CustomField extends ResourceModel
in package

Tags

Table of Contents

MAX_LENGTH_NAME  = 250
MAX_LENGTH_VALUE  = 250
$id  : int
$name  : string
$value  : string
__construct()  : mixed
build()  : CustomField
jsonSerialize()  : array<string|int, mixed>
setName()  : void
setValue()  : void

Constants

MAX_LENGTH_NAME

public mixed MAX_LENGTH_NAME = 250
Tags

MAX_LENGTH_VALUE

public mixed MAX_LENGTH_VALUE = 250
Tags

Properties

Methods

__construct()

public __construct([stdClass|null $optionObject = null ]) : mixed
Parameters
$optionObject : stdClass|null = null
Tags
Return values
mixed

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

setName()

public setName(string $name) : void
Parameters
$name : string
Tags
Return values
void

setValue()

public setValue(string $value) : void
Parameters
$value : string
Tags
Return values
void

        

Search results