PHP Class TQ\Svn\StreamWrapper\StreamWrapper

Inheritance: extends TQ\Vcs\StreamWrapper\AbstractStreamWrapper
Datei anzeigen Open project: teqneers/php-stream-wrapper-for-git Class Usage Examples

Public Methods

Method Description
register ( string $protocol, Binary | string | null | TQ\Vcs\StreamWrapper\PathFactoryInterface $binary = null ) Registers the stream wrapper with the given protocol

Method Details

register() public static method

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