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
$didCreate
The client has support for sending didCreateFiles notifications.
public
bool|null
$didCreate
$didDelete
The client has support for sending didDeleteFiles notifications.
public
bool|null
$didDelete
$didRename
The client has support for sending didRenameFiles notifications.
public
bool|null
$didRename
$dynamicRegistration
Whether the client supports dynamic registration for file requests/notifications.
public
bool|null
$dynamicRegistration
$willCreate
The client has support for sending willCreateFiles requests.
public
bool|null
$willCreate
$willDelete
The client has support for sending willDeleteFiles requests.
public
bool|null
$willDelete
$willRename
The client has support for sending willRenameFiles requests.
public
bool|null
$willRename
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