PHP 클래스 Resources\Controller

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

공개 프로퍼티들

프로퍼티 타입 설명
$config

공개 메소드들

메소드 설명
__construct ( )
__get ( $class )
location ( $location = '' )
output ( $panadaViewfile, $data = [] )
outputError ( $file, $data = [] )
outputJSON ( $data )
outputXML ( $data )
redirect ( $location = '', $status = 302 )

비공개 메소드들

메소드 설명
outputTransporter ( $data, $type )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__get() 공개 메소드

public __get ( $class )

location() 공개 메소드

public location ( $location = '' )

output() 공개 메소드

public output ( $panadaViewfile, $data = [] )

outputError() 공개 정적인 메소드

public static outputError ( $file, $data = [] )

outputJSON() 공개 메소드

public outputJSON ( $data )

outputXML() 공개 메소드

public outputXML ( $data )

redirect() 공개 메소드

public redirect ( $location = '', $status = 302 )

프로퍼티 상세

$config 공개적으로 프로퍼티

public $config