PHP 클래스 Gear

저자: Беляев Дмитрий ([email protected])
상속: extends Object
파일 보기 프로젝트 열기: panada/panada 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$uri

공개 메소드들

메소드 설명
__construct ( $errorReporting ) Preparation step before anything else.
__toString ( )
send ( $errorReporting = E_ALL )

비공개 메소드들

메소드 설명
controllerHandler ( ) Hendle the controller calling process.
loader ( string $file ) Magic loader to load instantiated class.
moduleHandler ( ) Hendle the module calling process.
run ( object $instance, string $method, array $request ) Call the controller's method.
subControllerHandler ( ) Hendle the sub-controller calling process.

메소드 상세

__construct() 공개 메소드

Preparation step before anything else.
public __construct ( $errorReporting )

__toString() 공개 메소드

public __toString ( )

send() 공개 정적인 메소드

public static send ( $errorReporting = E_ALL )

프로퍼티 상세

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

public static $uri