PHP 클래스 Extension_File

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $path )
find ( string $interface ) : array Find extensions implementing given interface within file
getChecksum ( ) : string
getExtensions ( ) : array Get extensions provided by file
getPath ( ) : string

비공개 메소드들

메소드 설명
parse ( ) : array Parse file for extensions

메소드 상세

__construct() 공개 메소드

public __construct ( $path )

find() 공개 메소드

Find extensions implementing given interface within file
public find ( string $interface ) : array
$interface string
리턴 array

getChecksum() 공개 메소드

public getChecksum ( ) : string
리턴 string

getExtensions() 공개 메소드

Get extensions provided by file
public getExtensions ( ) : array
리턴 array of Extension_Extension

getPath() 공개 메소드

public getPath ( ) : string
리턴 string