Lines Matching defs:attributes
27 * @param array $attrs Icon attributes
57 // Add some (clean) attributes
58 $attributes = array_merge(
71 $attributes['class'] = $class;
74 // Remove possibly empty-ish attributes (self::$defaultAttributes or $attrs may contain null values)
75 $attributes = array_filter($attributes);
79 self::attributes($attributes),
85 * Turns a 1-dimension array into an HTML-ready attributes set.
87 private static function attributes($attrs = array())