Documentation

ClientCapabilitiesWorkspaceFileOperations
in package

Table of Contents

Properties

$didCreate  : bool|null
The client has support for sending didCreateFiles notifications.
$didDelete  : bool|null
The client has support for sending didDeleteFiles notifications.
$didRename  : bool|null
The client has support for sending didRenameFiles notifications.
$dynamicRegistration  : bool|null
Whether the client supports dynamic registration for file requests/notifications.
$willCreate  : bool|null
The client has support for sending willCreateFiles requests.
$willDelete  : bool|null
The client has support for sending willDeleteFiles requests.
$willRename  : bool|null
The client has support for sending willRenameFiles requests.

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([bool|null $dynamicRegistration = null ][, bool|null $didCreate = null ][, bool|null $willCreate = null ][, bool|null $didRename = null ][, bool|null $willRename = null ][, bool|null $didDelete = null ][, bool|null $willDelete = null ]) : mixed
Parameters
$dynamicRegistration : bool|null = null
$didCreate : bool|null = null
$willCreate : bool|null = null
$didRename : bool|null = null
$willRename : bool|null = null
$didDelete : bool|null = null
$willDelete : bool|null = null

        
On this page

Search results