PHP 클래스 Modman_Reader

파일 보기 프로젝트 열기: sitewards/modman-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $sDirectory ) constructor
getObjectsPerRow ( string $sClassName ) : array returns an array of objects per row
getShells ( ) : array returns all collected shell commands

비공개 메소드들

메소드 설명
doImport ( array $aCommandParams ) imports another file
getParamsArray ( string $sRow ) : array returns the params of a line as array

메소드 상세

__construct() 공개 메소드

constructor
public __construct ( string $sDirectory )
$sDirectory string - where to read

getObjectsPerRow() 공개 메소드

returns an array of objects per row
public getObjectsPerRow ( string $sClassName ) : array
$sClassName string class which should be used to initialize each row
리턴 array

getShells() 공개 메소드

returns all collected shell commands
public getShells ( ) : array
리턴 array