Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\Utilities

s2member\includes\classes\utils-html.inc.php at line #28

Class c_ws_plugin__s2member_utils_html

c_ws_plugin__s2member_utils_html

public class c_ws_plugin__s2member_utils_html

HTML utilities.

Since:

110720


( 1 Method )
Method Summary
public static str

doctype_html_head(str $doctype_html_head_title, str $doctype_html_head_action)

Returns a DOCTYPE tag along with the HEAD section and title tag.

( 1 Method )
Method Detail

s2member\includes\classes\utils-html.inc.php at line #44

doctype_html_head()

public static str doctype_html_head(str $doctype_html_head_title, str $doctype_html_head_action)

Returns a DOCTYPE tag along with the HEAD section and title tag.

This method should NOT be called upon until s2Member\API_Constantsc_ws_plugin__s2member_constants::constants() has been processed. We need access to: WS_PLUGIN__S2MEMBER_API_CONSTANTS_MD5.

Since:

110720

Parameters:

str $doctype_html_head_title - Optional. The title of the HTML document being generated.

str $doctype_html_head_action - Optional. An action Hook to process during HEAD generation.

Returns:

str - A DOCTYPE tag along with the HEAD section and title tag, configured by parameters.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail