Back to OnGetApiAttributes class

Method getAttributes

public array
getAttributes
()
The properties to be rendered.
Returns
  • array
Since
  • 4.0.0

Method getAttributes - Source code

/**
 * The properties to be rendered.
 *
 * @return  array
 *
 * @since   4.0.0
 */
public function getAttributes() : array
{
    return $this->attributes;
}