PHP Класс TQ\Svn\StreamWrapper\StreamWrapper

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

Открытые методы

Метод Описание
register ( string $protocol, Binary | string | null | TQ\Vcs\StreamWrapper\PathFactoryInterface $binary = null ) Registers the stream wrapper with the given protocol

Описание методов

register() публичный статический Метод

Registers the stream wrapper with the given protocol
public static register ( string $protocol, Binary | string | null | TQ\Vcs\StreamWrapper\PathFactoryInterface $binary = null )
$protocol string The protocol (such as "svn")
$binary TQ\Svn\Cli\Binary | string | null | TQ\Vcs\StreamWrapper\PathFactoryInterface The SVN binary or a path factory