Solar_View_Helper_Head::addMetaHttp()

public Solar_View_Helper_Head Solar_View_Helper_Head::addMetaHttp ( string $http_equiv , string $content )

Adds a <meta http-equiv="" content=""> tag.

Parameters

  • (string) $http_equiv: The equivalent HTTP header label.

  • (string) $content: The equivalent HTTP header value.

Returns

  • (Solar_View_Helper_Head)

Description

Adds a <meta http-equiv="" content=""> tag.



Local