Index
-
\com\setasign\Konquadrat
-
Field
- AbstractField
- Bitmask
- Boolean
- Callback
- Date
- Datetime
- DefaultValue
- DynamicFieldContainerField
- DynamicMagic
- FieldContainer
- FieldFactory
- File
- FloatField
- Image
- Integer
- InvalidValueException
- Json
- Magic
- MagicWithParam
- Money
- MultiLangString
- MultiLangText
- NullableBoolean
- Password
- Percentage
- Reference
- ResolveableInterface
- Select
- StringField
- Text
- Time
- UnsavedReferenceException
- Xml
-
Field
com\setasign\Konquadrat\Field
Password
File: /Konquadrat/src/Field/Password.php
Class hierarchy
Summary
Constants
ALLOW_NULL_VALUE
Properties
$allowNullPasswords
protected bool Password::$allowNullPasswords
$fieldConfig
protected AbstractField::$fieldConfig
$fieldContainer
protected AbstractField::$fieldContainer
$languageManager
protected AbstractField::$languageManager
$messageList
protected AbstractField::$messageList
$value
protected mixed AbstractField::$value
The field value
Static Methods
Methods
__construct()
public Password::__construct (
\com\setasign\Konquadrat\LanguageManager $applicationConfig,
\com\setasign\Konquadrat\Object\MessageList $languageManager,
FieldContainer\FieldContainerInterface $messageList,
string $fieldContainer,
array $name,
array $fieldConfig
)\com\setasign\Konquadrat\Object\MessageList $languageManager,
FieldContainer\FieldContainerInterface $messageList,
string $fieldContainer,
array $name,
array $fieldConfig
AbstractField constructor.
Parameters
- $applicationConfig : \com\setasign\Konquadrat\LanguageManager
- $languageManager : \com\setasign\Konquadrat\Object\MessageList
- $messageList : FieldContainer\FieldContainerInterface
- $fieldContainer : string
The field name
- $name : array
The field configuration
- $fieldConfig : array
Exceptions
parseValue()
Parse the value to the correct type
Parameters
- $value : mixed
Exceptions
Throws \Throwable Throws an exception if the value is invalid.
