FormValueDTO
Table of Contents
Properties
-
$acfName
: string
-
$fieldName
: string
-
$langId
: int|null
-
$shopId
: int|null
-
$value
: mixed
Methods
-
create()
: self
-
getAcfName()
: string
-
getFieldName()
: string
-
getLangId()
: int|null
-
getShopId()
: int|null
-
getValue()
: string|array<string|int, mixed>|File
-
toArray()
: array<string|int, mixed>
-
__construct()
: mixed
$acfName
private
string
$acfName
$fieldName
private
string
$fieldName
$langId
private
int|null
$langId
$shopId
private
int|null
$shopId
$value
private
mixed
$value
-
type
-
create()
public
static create(string $acfName, string $fieldName, mixed $value[, int $shopId = null ][, int $langId = null ]) : self
Parameters
-
$acfName
: string
-
-
$fieldName
: string
-
-
$value
: mixed
-
-
$shopId
: int
= null
-
-
$langId
: int
= null
-
getAcfName()
public
getAcfName() : string
getFieldName()
public
getFieldName() : string
getLangId()
public
getLangId() : int|null
getShopId()
public
getShopId() : int|null
getValue()
public
getValue() : string|array<string|int, mixed>|File
Return values
string|array<string|int, mixed>|File
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
__construct()
private
__construct() : mixed