Back to ColorStyle class

Method getKnownOptions

public string[]
getKnownOptions
()
Get the known options.
Returns
  • string[]
Since
  • 4.0.0
Class: ColorStyle
Project: Joomla

Method getKnownOptions - Source code

/**
 * Get the known options.
 *
 * @return  string[]
 *
 * @since   4.0.0
 */
public function getKnownOptions() : array
{
    return array_keys(static::$knownOptions);
}