PHP 클래스 Microweber\Controllers\DefaultController

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: microweber/microweber

공개 프로퍼티들

프로퍼티 타입 설명
$app Microweber\Application
$content_data
$create_new_page
$functions
$isolate_by_html_id
$page
$page_url
$params
$render_this_url
$return_data
$vars

공개 메소드들

메소드 설명
__call ( $method, $args )
__construct ( $app = null )
__get ( $name )
__set ( $name, $data )
api ( $api_function = false, $params = false )
api_html ( )
apijs ( )
apijs_settings ( )
editor_tools ( )
frontend ( )
index ( )
m ( )
module ( )
robotstxt ( )
rss ( )
show_404 ( )
sitemapxml ( )

비공개 메소드들

메소드 설명
_api_responce ( $res )

메소드 상세

__call() 공개 메소드

public __call ( $method, $args )

__construct() 공개 메소드

public __construct ( $app = null )

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $data )

api() 공개 메소드

public api ( $api_function = false, $params = false )

api_html() 공개 메소드

public api_html ( )

apijs() 공개 메소드

public apijs ( )

apijs_settings() 공개 메소드

public apijs_settings ( )

editor_tools() 공개 메소드

public editor_tools ( )

frontend() 공개 메소드

public frontend ( )

index() 공개 메소드

public index ( )

m() 공개 메소드

public m ( )

module() 공개 메소드

public module ( )

robotstxt() 공개 메소드

public robotstxt ( )

rss() 공개 메소드

public rss ( )

show_404() 공개 메소드

public show_404 ( )

sitemapxml() 공개 메소드

public sitemapxml ( )

프로퍼티 상세

$app 공개적으로 프로퍼티

public Application,Microweber $app
리턴 Microweber\Application

$content_data 공개적으로 프로퍼티

public $content_data

$create_new_page 공개적으로 프로퍼티

public $create_new_page

$functions 공개적으로 프로퍼티

public $functions

$isolate_by_html_id 공개적으로 프로퍼티

public $isolate_by_html_id

$page 공개적으로 프로퍼티

public $page

$page_url 공개적으로 프로퍼티

public $page_url

$params 공개적으로 프로퍼티

public $params

$render_this_url 공개적으로 프로퍼티

public $render_this_url

$return_data 공개적으로 프로퍼티

public $return_data

$vars 공개적으로 프로퍼티

public $vars