ValidationDto

Table of Contents

Properties

$formElementIdentifier  : string
$formElementType  : string
$propertyCollectionElementIdentifier  : string
$propertyCollectionName  : string
$propertyPath  : string
$prototypeName  : string

Methods

__construct()  : mixed
getFormElementIdentifier()  : string
getFormElementType()  : string
getPropertyCollectionElementIdentifier()  : string
getPropertyCollectionName()  : string
getPropertyPath()  : string
getPrototypeName()  : string
hasFormElementIdentifier()  : bool
hasFormElementType()  : bool
hasPropertyCollectionElementIdentifier()  : bool
hasPropertyCollectionName()  : bool
hasPropertyPath()  : bool
hasPrototypeName()  : bool
withFormElementIdentifier()  : ValidationDto
withFormElementType()  : ValidationDto
withPropertyCollectionElementIdentifier()  : ValidationDto
withPropertyCollectionName()  : ValidationDto
withPropertyPath()  : ValidationDto
withPrototypeName()  : ValidationDto

Properties

$formElementIdentifier

protected string $formElementIdentifier

$formElementType

protected string $formElementType

$propertyCollectionElementIdentifier

protected string $propertyCollectionElementIdentifier

$propertyCollectionName

protected string $propertyCollectionName

$propertyPath

protected string $propertyPath

$prototypeName

protected string $prototypeName

Methods

__construct()

public __construct([string|null $prototypeName = null ][, string|null $formElementType = null ][, string|null $formElementIdentifier = null ][, string|null $propertyPath = null ][, string|null $propertyCollectionName = null ][, string|null $propertyCollectionElementIdentifier = null ]) : mixed
Parameters
$prototypeName : string|null = null
$formElementType : string|null = null
$formElementIdentifier : string|null = null
$propertyPath : string|null = null
$propertyCollectionName : string|null = null
$propertyCollectionElementIdentifier : string|null = null

getFormElementIdentifier()

public getFormElementIdentifier() : string
Return values
string

getFormElementType()

public getFormElementType() : string
Return values
string

getPropertyCollectionElementIdentifier()

public getPropertyCollectionElementIdentifier() : string
Return values
string

getPropertyCollectionName()

public getPropertyCollectionName() : string
Return values
string

getPropertyPath()

public getPropertyPath() : string
Return values
string

getPrototypeName()

public getPrototypeName() : string
Return values
string

hasFormElementIdentifier()

public hasFormElementIdentifier() : bool
Return values
bool

hasFormElementType()

public hasFormElementType() : bool
Return values
bool

hasPropertyCollectionElementIdentifier()

public hasPropertyCollectionElementIdentifier() : bool
Return values
bool

hasPropertyCollectionName()

public hasPropertyCollectionName() : bool
Return values
bool

hasPropertyPath()

public hasPropertyPath() : bool
Return values
bool

hasPrototypeName()

public hasPrototypeName() : bool
Return values
bool

withFormElementIdentifier()

public withFormElementIdentifier(string $formElementIdentifier) : ValidationDto
Parameters
$formElementIdentifier : string
Return values
ValidationDto

withPropertyCollectionElementIdentifier()

public withPropertyCollectionElementIdentifier(string $propertyCollectionElementIdentifier) : ValidationDto
Parameters
$propertyCollectionElementIdentifier : string
Return values
ValidationDto

withPropertyCollectionName()

public withPropertyCollectionName(string $propertyCollectionName) : ValidationDto
Parameters
$propertyCollectionName : string
Return values
ValidationDto

        
On this page

Search results