PHP Class TQ\Svn\StreamWrapper\FileBuffer\Factory\LogFactory

Inheritance: extends TQ\Vcs\StreamWrapper\FileBuffer\Factory\AbstractLogFactory
Mostrar archivo Open project: teqneers/php-stream-wrapper-for-git

Protected Methods

Method Description
createLogString ( TQ\Vcs\Repository\RepositoryInterface $repository, integer | null $limit, integer | null $skip ) : string Creates the log string to be fed into the string buffer

Method Details

createLogString() protected method

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
return string