Solar_View_Helper_Attribs::attribs()
public
string
Solar_View_Helper_Attribs::attribs
( array $attribs
)
Converts an associative array to an attribute string.
Parameters
(array)
$attribs
: From this array, each key-value pair is converted to an attribute name and value.
Returns
(string) The XHTML for the attributes.
Description
Converts an associative array to an attribute string.