Class GetPropertyOptionsEvent.
getFieldName() : string
| deprecated | this method has been renamed to getPropertyName. |
|---|
stringgetOptions() : array
arraygetPropertyName() : string
stringsetFieldName(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 |
stringThe name of the property.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEventsetOptions(array $options) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
arrayThe options.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEventsetPropertyName(string $propertyName) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
stringThe name of the property.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent$propertyName : string
NAME