Back to ActionButton class

Method getOptions

public array
getOptions
()
Method to get property options.
Returns
  • array
Since
  • 4.0.0
Class: ActionButton
Project: Joomla

Method getOptions - Source code

/**
 * Method to get property options.
 *
 * @return  array
 *
 * @since  4.0.0
 */
public function getOptions() : array
{
    return (array) $this->options->toArray();
}