Solar_View_Helper_ActionImage::actionImage()

public string Solar_View_Helper_ActionImage::actionImage ( string|Solar_Uri_Action $spec , string $src , array $attribs = array () )

Returns an action image anchor.

Parameters

  • (string|Solar_Uri_Action) $spec: The action specification.

  • (string) $src: The href to the image source.

  • (array) $attribs: Additional attributes for the image tag.

Returns

  • (string) An <a href="..."><img ... /></a> tag set.

Description

Returns an action image anchor.

See Also



Local