Class GetPropertyOptionsEvent.
getFieldName() : string
deprecated | this method has been renamed to getPropertyName. |
---|
string
getOptions() : array
array
getPropertyName() : string
string
setFieldName(string $propertyName) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
deprecated | this method has been renamed to setPropertyName. |
---|---|
fluent | This method is part of a fluent interface and will return the same instance |
string
The name of the property.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
setOptions(array $options) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
array
The options.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
setPropertyName(string $propertyName) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The name of the property.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
$propertyName : string
NAME