Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431113
ClientCapabilities.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
802 B
Referenced Files
None
Subscribers
None
ClientCapabilities.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Phan\LanguageServer\Protocol
;
/**
* Source: https://github.com/felixfbecker/php-language-server/tree/master/src/Protocol/ClientCapabilities.php
*/
class
ClientCapabilities
{
/**
* The client supports workspace/xfiles requests
*
* @var bool|null
* @suppress PhanUnreferencedPublicProperty may use eventually
*/
public
$xfilesProvider
;
/**
* The client supports textDocument/xcontent requests
*
* @var bool|null
* @suppress PhanUnreferencedPublicProperty may use eventually
*/
public
$xcontentProvider
;
/**
* The client supports xcache/* requests
*
* @var bool|null
* @suppress PhanUnreferencedPublicProperty may use eventually
*/
public
$xcacheProvider
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:06 (3 h, 12 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a2/56/0f61151fdd0f7862f6965c6b1939
Default Alt Text
ClientCapabilities.php (802 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment