$attributeOrder public static property
The preferred order of attributes in a tag. This mainly affects the order of the attributes that are rendered by renderTagAttributes().
public static array $attributeOrder = ['type', 'id', 'class', 'name', 'value', 'href', 'src', 'action', 'method', 'selected', 'checked', 'readonly', 'disabled', 'multiple', 'size', 'maxlength', 'width', 'height', 'rows', 'cols', 'alt', 'title', 'rel', 'media']
Please login to continue.