PHP Class TQ\Svn\StreamWrapper\StreamWrapper

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

Méthodes publiques

Méthode 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 méthode

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