Method | Description | |
---|---|---|
__construct ( string $sDirectory ) | constructor | |
getObjectsPerRow ( string $sClassName ) : array | returns an array of objects per row | |
getShells ( ) : array | returns all collected shell commands |
Method | Description | |
---|---|---|
doImport ( array $aCommandParams ) | imports another file | |
getParamsArray ( string $sRow ) : array | returns the params of a line as array |
public __construct ( string $sDirectory ) | ||
$sDirectory | string | - where to read |
public getObjectsPerRow ( string $sClassName ) : array | ||
$sClassName | string | class which should be used to initialize each row |
return | array |