PHP 클래스 TQ\Git\StreamWrapper\FileBuffer\Factory\LogFactory

상속: implements TQ\Git\StreamWrapper\FileBuffer\Factory\Factory
파일 보기 프로젝트 열기: teqneers/php-stream-wrapper-for-git

보호된 메소드들

메소드 설명
createLogString ( TQ\Vcs\Repository\RepositoryInterface $repository, integer | null $limit, integer | null $skip ) : string Creates the log string to be fed into the string buffer

메소드 상세

createLogString() 보호된 메소드

Creates the log string to be fed into the string buffer
protected createLogString ( TQ\Vcs\Repository\RepositoryInterface $repository, integer | null $limit, integer | null $skip ) : string
$repository TQ\Vcs\Repository\RepositoryInterface The repository
$limit integer | null The maximum number of log entries returned
$skip integer | null Number of log entries that are skipped from the beginning
리턴 string