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
stringgetFormElementType()
public
getFormElementType() : string
Return values
stringgetPropertyCollectionElementIdentifier()
public
getPropertyCollectionElementIdentifier() : string
Return values
stringgetPropertyCollectionName()
public
getPropertyCollectionName() : string
Return values
stringgetPropertyPath()
public
getPropertyPath() : string
Return values
stringgetPrototypeName()
public
getPrototypeName() : string
Return values
stringhasFormElementIdentifier()
public
hasFormElementIdentifier() : bool
Return values
boolhasFormElementType()
public
hasFormElementType() : bool
Return values
boolhasPropertyCollectionElementIdentifier()
public
hasPropertyCollectionElementIdentifier() : bool
Return values
boolhasPropertyCollectionName()
public
hasPropertyCollectionName() : bool
Return values
boolhasPropertyPath()
public
hasPropertyPath() : bool
Return values
boolhasPrototypeName()
public
hasPrototypeName() : bool
Return values
boolwithFormElementIdentifier()
public
withFormElementIdentifier(string $formElementIdentifier) : ValidationDto
Parameters
- $formElementIdentifier : string
Return values
ValidationDtowithFormElementType()
public
withFormElementType(string $formElementType) : ValidationDto
Parameters
- $formElementType : string
Return values
ValidationDtowithPropertyCollectionElementIdentifier()
public
withPropertyCollectionElementIdentifier(string $propertyCollectionElementIdentifier) : ValidationDto
Parameters
- $propertyCollectionElementIdentifier : string
Return values
ValidationDtowithPropertyCollectionName()
public
withPropertyCollectionName(string $propertyCollectionName) : ValidationDto
Parameters
- $propertyCollectionName : string
Return values
ValidationDtowithPropertyPath()
public
withPropertyPath(string $propertyPath) : ValidationDto
Parameters
- $propertyPath : string
Return values
ValidationDtowithPrototypeName()
public
withPrototypeName(string $prototypeName) : ValidationDto
Parameters
- $prototypeName : string