Méthode |
Description |
|
addRules ( ) |
Adding validation rules to the object RelatedPropertiesModel |
|
beforeDeleteValue ( ) |
Fires before the removal of the property value of the element base |
|
beforeSaveValue ( mixed $value ) : mixed |
Converting the property value before saving to database |
|
getDefaultValue ( ) : null |
The default value for this property |
|
getIsMultiple ( ) : boolean |
From the result of this function will depend on how the property values are stored in the database |
|
getMultiple ( ) : string |
TODO: is deprecated @version > 3.0.2 |
|
getStringValue ( ) : string |
|
|
initValue ( mixed $valueFromDb ) : mixed |
Conversion property value received from the database |
|
renderConfigForm ( ActiveForm $form ) |
The configuration form for the current state of the component settings |
|
renderForActiveForm ( ) : ActiveField |
Drawing form element |
|