com\setasign\SetaSite\PropertyContainer\Property
Html Interface RequiresApplicationForToStringInterface
File: /SetaSite/src/PropertyContainer/Property/Html.php
Class hierarchy
Implements
Summary
Constants
VALIDATOR_EMPTY
VALIDATOR_MAX_LENGTH
VALIDATOR_MIN_LENGTH
VALIDATOR_REGEX
The regex will be checked via preg_match.
Regex must not contain a delimiter, slash(/) will be automatically used as delimiter
Has two optional config params: regexModifier & regexMessage
Note: The regex need to be compatible to php preg_match & javascript String::match
See
VALIDATOR_SYMBOLS
Allowed symbols
This validator is case-sensitive
Properties
$application
protected \com\setasign\SetaSite\SetaSite Html::$application
$config
protected \com\setasign\SetaFramework\Config\Config AbstractProperty::$config
$value
protected mixed AbstractProperty::$value
Static Methods
cleanupConfig()
public static AbstractProperty::cleanupConfig (
\com\setasign\SetaFramework\Config\Config $config
): voidParameters
- $config : \com\setasign\SetaFramework\Config\Config
Methods
__construct()
public Html::__construct (
\com\setasign\SetaSite\PropertyContainer\ContainerParent\ContainerParentInterface $containerParent,
?\com\setasign\SetaFramework\Config\Config $config = null
)?\com\setasign\SetaFramework\Config\Config $config = null
Parameters
- $containerParent : \com\setasign\SetaSite\PropertyContainer\ContainerParent\ContainerParentInterface
- $config : ?\com\setasign\SetaFramework\Config\Config
setApplication()
Parameters
- $setasite : \com\setasign\SetaSite\SetaSite
setReplacementCallback()
Parameters
- $replacementCallback : callable
Expected signature: function (string $replacementName): ?string Note: the function must not throw an exception!
