Documentation

FormValueDTO
in package

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

Properties

Methods

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
Return values
self

getAcfName()

public getAcfName() : string
Return values
string

getFieldName()

public getFieldName() : string
Return values
string

getLangId()

public getLangId() : int|null
Return values
int|null

getShopId()

public getShopId() : int|null
Return values
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>

        
On this page

Search results