PHP Class RTMediaAddon, rtMedia

Mostra file Open project: rtCamp/rtMedia Class Usage Examples

Public Properties

Property Type Description
$enquiry_link
$page current page

Public Methods

Method Description
addon ( array $args ) : void Define addon.
coming_soon_div ( ) : string Show coming_soon_div.
get_addons ( ) : void Get addons for Plugins.
plugins_content ( array $args = '' ) : void Display plugins in Addons Section.
render_addons ( type $page = '' ) : void Render addons.
themes_content ( array $args = '' ) : void themes_content.

Method Details

addon() public method

Define addon.
public addon ( array $args ) : void
$args array
return void

coming_soon_div() public method

Show coming_soon_div.
public coming_soon_div ( ) : string
return string

get_addons() public method

Get addons for Plugins.
public get_addons ( ) : void
return void

plugins_content() public method

Display plugins in Addons Section.
public plugins_content ( array $args = '' ) : void
$args array
return void

render_addons() public static method

Render addons.
public static render_addons ( type $page = '' ) : void
$page type
return void

themes_content() public method

themes_content.
public themes_content ( array $args = '' ) : void
$args array
return void

Property Details

$page public_oe static_oe property

current page
public static $page