Method | Description | |
---|---|---|
__construct ( ) : void | Class Constructor | |
give_output_sidebar_option ( ) : void | Output sidebar option | |
give_set_single_summary_classes ( string $classes ) : string | Give Set Single Summary Classes | |
template_loader ( mixed $template ) : string | Load a template. |
public __construct ( ) : void | ||
return | void |
public give_output_sidebar_option ( ) : void | ||
return | void |
public give_set_single_summary_classes ( string $classes ) : string | ||
$classes | string | List of space separated class names. |
return | string | $classes List of space separated class names. |
public static template_loader ( mixed $template ) : string | ||
$template | mixed | |
return | string | $template |