PHP 클래스 Zephir\Bootstrap

Main compiler bootstrap
파일 보기 프로젝트 열기: phalcon/zephir 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$commands Zephir\Commands\CommandAbstract[]

공개 메소드들

메소드 설명
boot ( ) Boots the compiler executing the specified action
getCommands ( ) : CommandAbstract[] Returns the commands registered in the compiler

보호된 메소드들

메소드 설명
showException ( Exception $e, zephir\Config $config = null ) Shows an exception opening the file and highlighting the wrong part

메소드 상세

boot() 공개 정적인 메소드

Boots the compiler executing the specified action
public static boot ( )

getCommands() 공개 정적인 메소드

Returns the commands registered in the compiler
public static getCommands ( ) : CommandAbstract[]
리턴 Zephir\Commands\CommandAbstract[]

showException() 보호된 정적인 메소드

Shows an exception opening the file and highlighting the wrong part
protected static showException ( Exception $e, zephir\Config $config = null )
$e Exception
$config zephir\Config

프로퍼티 상세

$commands 보호되어 있는 정적으로 프로퍼티

protected static CommandAbstract[],Zephir\Commands $commands
리턴 Zephir\Commands\CommandAbstract[]