PHP Класс Zephir\Bootstrap

Main compiler bootstrap
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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[]