PHP Класс TQ\Svn\StreamWrapper\FileBuffer\Factory\LogFactory

Наследование: extends TQ\Vcs\StreamWrapper\FileBuffer\Factory\AbstractLogFactory
Показать файл Открыть проект

Защищенные методы

Метод Описание
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