Back to AccesslevelField class

Method getOptions

protected array
getOptions
()
Method to get the field options.
Returns
  • array The field option objects.
Since
  • 4.0.0

Method getOptions - Source code

/**
 * Method to get the field options.
 *
 * @return  array  The field option objects.
 *
 * @since   4.0.0
 */
protected function getOptions()
{
    return array_merge(parent::getOptions(), HTMLHelper::_('access.assetgroups'));
}