PHP Interface Zephir\Compiler\FileInterface

Provides a common interface for compiler files
Show file Open project: phalcon/zephir

Public Methods

Method 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 method

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

isExternal() public method

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