PHP Class Zephir\Bootstrap

Main compiler bootstrap
Datei anzeigen Open project: phalcon/zephir Class Usage Examples

Protected Properties

Property Type Description
$commands Zephir\Commands\CommandAbstract[]

Public Methods

Method Description
boot ( ) Boots the compiler executing the specified action
getCommands ( ) : CommandAbstract[] Returns the commands registered in the compiler

Protected Methods

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

Method Details

boot() public static method

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

getCommands() public static method

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

showException() protected static method

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

Property Details

$commands protected_oe static_oe property

protected static CommandAbstract[],Zephir\Commands $commands
return Zephir\Commands\CommandAbstract[]