PHP 인터페이스 Zephir\Compiler\FileInterface

Provides a common interface for compiler files
파일 보기 프로젝트 열기: phalcon/zephir

공개 메소드들

메소드 설명
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.

메소드 상세

getClassDefinition() 공개 메소드

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

isExternal() 공개 메소드

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