Back to WebAssetItem class

Method getAttributes

public array
getAttributes
()
Get all attributes
Returns
  • array
Since
  • 4.0.0
Class: WebAssetItem
Project: Joomla

Method getAttributes - Source code

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