Solar_View_Helper_Form::setAttribs()

public Solar_View_Helper_Form Solar_View_Helper_Form::setAttribs ( Solar_Form|array $spec )

Sets multiple form-tag attributes.

Parameters

  • (Solar_Form|array) $spec: If a Solar_Form object, uses the $attribs property. If an array, uses the keys as the attribute names and the values as the attribute values.

Returns

  • (Solar_View_Helper_Form)

Description

Sets multiple form-tag attributes.



Local