Свойство | Тип | Описание | |
---|---|---|---|
$ruleNamespace | string | Namespace for the rule class |
Метод | Описание | |
---|---|---|
__construct ( string $ruleNamespace ) | Constructor | |
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options ) | Buildform function | |
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver ) | Configures the options for this type. | |
getBlockPrefix ( ) : string | Returns the prefix of the template block name for this type. | |
getName ( ) : string | Return unique name for this form |
public __construct ( string $ruleNamespace ) | ||
$ruleNamespace | string | Rule namespace |
public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver ) | ||
$resolver | Symfony\Component\OptionsResolver\OptionsResolver | The resolver for the options. |
public getBlockPrefix ( ) : string | ||
Результат | string | The prefix of the template block name |
protected string $ruleNamespace | ||
Результат | string |