PHP Class RTMediaThemes, rtMedia

Author: ritz
Mostrar archivo Open project: rtCamp/rtMedia Class Usage Examples

Public Properties

Property Type Description
$page current page

Public Methods

Method Description
get_themes ( ) : void Get themes.
render_themes ( $page = '' ) : void Render themes
rtmedia_3rd_party_themes_content ( ) : void Show rtmedia_3rd_party_themes_content.
rtmedia_themes_content ( ) : void Show rtmedia_themes_content.

Method Details

get_themes() public method

Get themes.
public get_themes ( ) : void
return void

render_themes() public static method

Render themes
public static render_themes ( $page = '' ) : void
$page
return void

rtmedia_3rd_party_themes_content() public method

Show rtmedia_3rd_party_themes_content.

rtmedia_themes_content() public method

Show rtmedia_themes_content.
public rtmedia_themes_content ( ) : void
return void

Property Details

$page public_oe static_oe property

current page
public static $page