PHP 클래스 CrudKit\CrudKitApp

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

보호된 프로퍼티들

프로퍼티 타입 설명
$jsonResponse
$login
$pageById array
$pages array[BasePage]
$readOnly
$redirect
$staticRoot
$title

공개 메소드들

메소드 설명
__construct ( )
_requestRedirect ( $url )
addPage ( $page )
getAppName ( )
getDefaultPage ( )
getPageById ( $id ) : CrudKit\Pages\Page
getPages ( )
getStaticRoot ( )
getUserParams ( )
isJsonResponse ( ) : boolean
isReadOnly ( )
render ( ) Render your CrudKit app and output to HTML
renderToString ( ) Render your CrudKit app and return it as a string
setAppName ( $title )
setJsonResponse ( boolean $jsonResponse )
setReadOnly ( $readOnlyFlag )
setStaticRoot ( $staticRoot ) Set a static root which contains the "crudkit/" directory of css and JS
useLogin ( $login )

메소드 상세

__construct() 공개 메소드

public __construct ( )

_requestRedirect() 공개 메소드

public _requestRedirect ( $url )

addPage() 공개 메소드

public addPage ( $page )
$page Page

getAppName() 공개 메소드

public getAppName ( )

getDefaultPage() 공개 메소드

public getDefaultPage ( )

getPageById() 공개 메소드

public getPageById ( $id ) : CrudKit\Pages\Page
$id
리턴 CrudKit\Pages\Page

getPages() 공개 메소드

public getPages ( )

getStaticRoot() 공개 메소드

public getStaticRoot ( )

getUserParams() 공개 메소드

public getUserParams ( )

isJsonResponse() 공개 메소드

public isJsonResponse ( ) : boolean
리턴 boolean

isReadOnly() 공개 메소드

public isReadOnly ( )

render() 공개 메소드

Render your CrudKit app and output to HTML
public render ( )

renderToString() 공개 메소드

Render your CrudKit app and return it as a string
public renderToString ( )

setAppName() 공개 메소드

public setAppName ( $title )

setJsonResponse() 공개 메소드

public setJsonResponse ( boolean $jsonResponse )
$jsonResponse boolean

setReadOnly() 공개 메소드

public setReadOnly ( $readOnlyFlag )

setStaticRoot() 공개 메소드

Set a static root which contains the "crudkit/" directory of css and JS
public setStaticRoot ( $staticRoot )
$staticRoot

useLogin() 공개 메소드

public useLogin ( $login )

프로퍼티 상세

$jsonResponse 보호되어 있는 프로퍼티

protected $jsonResponse

$login 보호되어 있는 프로퍼티

protected $login

$pageById 보호되어 있는 프로퍼티

protected array $pageById
리턴 array

$pages 보호되어 있는 프로퍼티

protected array[BasePage] $pages
리턴 array[BasePage]

$readOnly 보호되어 있는 프로퍼티

protected $readOnly

$redirect 보호되어 있는 프로퍼티

protected $redirect

$staticRoot 보호되어 있는 프로퍼티

protected $staticRoot

$title 보호되어 있는 프로퍼티

protected $title