Back to WebAssetItem class

Method getOptions

public array
getOptions
()
Get all options
Returns
  • array
Since
  • 4.0.0
Class: WebAssetItem
Project: Joomla

Method getOptions - Source code

/**
 * Get all options
 *
 * @return array
 *
 * @since   4.0.0
 */
public function getOptions() : array
{
    return $this->options;
}