PHP Class Zephir\Bootstrap

Main compiler bootstrap
Afficher le fichier Open project: phalcon/zephir Class Usage Examples

Protected Properties

Свойство Type Description
$commands Zephir\Commands\CommandAbstract[]

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public static méthode

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

getCommands() public static méthode

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

showException() protected static méthode

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
Résultat Zephir\Commands\CommandAbstract[]