Alex\BehatLauncher\Behat\MysqlStorage::getOutputFilePath PHP 메소드

getOutputFilePath() 공개 메소드

public getOutputFilePath ( $id )
    public function getOutputFilePath($id)
    {
        $path = $this->filesDir . '/' . substr($id, 0, 2) . '/' . substr($id, 2, 2) . '/' . substr($id, 4);
        return $path;
    }