PHP 클래스 Crummy\Phlack\Bridge\Symfony\HttpKernel\MainframeKernel

상속: extends Crummy\Phlack\Bot\Mainframe\Adapter\AbstractAdapter, implements Symfony\Component\HttpKernel\HttpKernelInterface
파일 보기 프로젝트 열기: mcrumm/phlack

보호된 프로퍼티들

프로퍼티 타입 설명
$converter Crummy\Phlack\Bridge\Symfony\HttpFoundation\RequestConverter

공개 메소드들

메소드 설명
__construct ( Mainframe $mainframe = null, RequestConverter $converter = null )
handle ( Request $request, $type = self::MASTER_REQUEST, $catch = true ) Mediates Request handling between HttpKernelInterface and the Mainframe.

메소드 상세

__construct() 공개 메소드

public __construct ( Mainframe $mainframe = null, RequestConverter $converter = null )
$mainframe Crummy\Phlack\Bot\Mainframe\Mainframe
$converter Crummy\Phlack\Bridge\Symfony\HttpFoundation\RequestConverter

handle() 공개 메소드

public handle ( Request $request, $type = self::MASTER_REQUEST, $catch = true )
$request Symfony\Component\HttpFoundation\Request

프로퍼티 상세

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

protected RequestConverter,Crummy\Phlack\Bridge\Symfony\HttpFoundation $converter
리턴 Crummy\Phlack\Bridge\Symfony\HttpFoundation\RequestConverter