PHP 클래스 App_REST, atk4

상속: extends App_CLI
파일 보기 프로젝트 열기: atk4/atk4

공개 프로퍼티들

프로퍼티 타입 설명
$doc_page @codingStandardsIgnoreEnd
$endpoint
$page
$version

공개 메소드들

메소드 설명
encodeOutput ( mixed $data ) Output will be properly fromatted.
execute ( ) Execute.
init ( ) Initialization.
logRequest ( string $method, array $args ) Override to extend the logging.
logSuccess ( ) Overwrite to extend the logging.
main ( ) Main.

메소드 상세

encodeOutput() 공개 메소드

Output will be properly fromatted.
public encodeOutput ( mixed $data )
$data mixed

execute() 공개 메소드

Execute.
public execute ( )

init() 공개 메소드

Initialization.
public init ( )

logRequest() 공개 메소드

Override to extend the logging.
public logRequest ( string $method, array $args )
$method string
$args array

logSuccess() 공개 메소드

Overwrite to extend the logging.
public logSuccess ( )

main() 공개 메소드

Main.
public main ( )

프로퍼티 상세

$doc_page 공개적으로 프로퍼티

@codingStandardsIgnoreEnd
public $doc_page

$endpoint 공개적으로 프로퍼티

public $endpoint

$page 공개적으로 프로퍼티

public $page

$version 공개적으로 프로퍼티

public $version