PHP 클래스 Alex\BehatLauncher\Behat\MysqlStorage

파일 보기 프로젝트 열기: alexandresalome/behat-launcher

공개 메소드들

메소드 설명
__construct ( Doctrine\DBAL\Connection $connection, $filesDir )
deleteRun ( Run $run )
getOutputFilePath ( $id )
getRun ( $id )
getRunnableUnit ( Project $project = null )
getRuns ( Project $project = null, $offset, $limit = 100 )
getUnits ( Run $run )
initDb ( )
purge ( )
saveRun ( Run $run )
saveRunUnit ( RunUnit $unit )

비공개 메소드들

메소드 설명
getRunsByWhere ( $where, array $params = [], $offset, $limit = 100 )
loadOutputFiles ( OutputFileList $list, array $ids )
saveOutputFiles ( OutputFileList $list )

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\DBAL\Connection $connection, $filesDir )
$connection Doctrine\DBAL\Connection

deleteRun() 공개 메소드

public deleteRun ( Run $run )
$run Run

getOutputFilePath() 공개 메소드

public getOutputFilePath ( $id )

getRun() 공개 메소드

public getRun ( $id )

getRunnableUnit() 공개 메소드

public getRunnableUnit ( Project $project = null )
$project Project

getRuns() 공개 메소드

public getRuns ( Project $project = null, $offset, $limit = 100 )
$project Project

getUnits() 공개 메소드

public getUnits ( Run $run )
$run Run

initDb() 공개 메소드

public initDb ( )

purge() 공개 메소드

public purge ( )

saveRun() 공개 메소드

public saveRun ( Run $run )
$run Run

saveRunUnit() 공개 메소드

public saveRunUnit ( RunUnit $unit )
$unit RunUnit