PHP 클래스 RTMediaAddon, rtMedia

파일 보기 프로젝트 열기: rtCamp/rtMedia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$enquiry_link
$page current page

공개 메소드들

메소드 설명
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.

메소드 상세

addon() 공개 메소드

Define addon.
public addon ( array $args ) : void
$args array
리턴 void

coming_soon_div() 공개 메소드

Show coming_soon_div.
public coming_soon_div ( ) : string
리턴 string

get_addons() 공개 메소드

Get addons for Plugins.
public get_addons ( ) : void
리턴 void

plugins_content() 공개 메소드

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

render_addons() 공개 정적인 메소드

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

themes_content() 공개 메소드

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

프로퍼티 상세

$page 공개적으로 정적으로 프로퍼티

current page
public static $page