PHP 클래스 CapMousse\ReactRestify\Server

파일 보기 프로젝트 열기: capmousse/react-restify 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$name string Name of the server
$version null Version of the API

공개 메소드들

메소드 설명
__call ( string $name, array $arguments )
__construct ( null $name = null, null $version = null )
__invoke ( React\Http\Request $httpRequest, React\Http\Response $httpResponse ) Parse request from user
group ( String $prefix, Callable $callback ) : CapMousse\ReactRestify\Routing\Routes Create a new group of route
on ( String $event, Callable $callback ) Manual router event manager
setAccessControlAllowOrigin ( string $origin ) The the Access-Control-Allow-Origin header

비공개 메소드들

메소드 설명
initEvents ( ) : void Init default event catch

메소드 상세

__call() 공개 메소드

public __call ( string $name, array $arguments )
$name string method to call
$arguments array

__construct() 공개 메소드

public __construct ( null $name = null, null $version = null )
$name null
$version null

__invoke() 공개 메소드

Parse request from user
public __invoke ( React\Http\Request $httpRequest, React\Http\Response $httpResponse )
$httpRequest React\Http\Request
$httpResponse React\Http\Response

group() 공개 메소드

Create a new group of route
public group ( String $prefix, Callable $callback ) : CapMousse\ReactRestify\Routing\Routes
$prefix String prefix of the routes
$callback Callable
리턴 CapMousse\ReactRestify\Routing\Routes

on() 공개 메소드

Manual router event manager
public on ( String $event, Callable $callback )
$event String
$callback Callable

setAccessControlAllowOrigin() 공개 메소드

The the Access-Control-Allow-Origin header
public setAccessControlAllowOrigin ( string $origin )
$origin string

프로퍼티 상세

$name 공개적으로 프로퍼티

Name of the server
public string $name
리턴 string

$version 공개적으로 프로퍼티

Version of the API
public null $version
리턴 null