PHP Interface Zephir\Compiler\FileInterface

Provides a common interface for compiler files
Afficher le fichier Open project: phalcon/zephir

Méthodes publiques

Méthode Description
getClassDefinition ( ) : ClassDefinition Returns the class definition related to the compiled file.
isExternal ( ) : boolean Checks if the class file belongs to an external dependency or not.

Method Details

getClassDefinition() public méthode

Returns the class definition related to the compiled file.
public getClassDefinition ( ) : ClassDefinition
Résultat Zephir\ClassDefinition

isExternal() public méthode

Checks if the class file belongs to an external dependency or not.
public isExternal ( ) : boolean
Résultat boolean