Page MenuHomeWickedGov Phorge

SaveOptions.php
No OneTemporary

Size
464 B
Referenced Files
None
Subscribers
None

SaveOptions.php

<?php
declare(strict_types=1);
namespace Phan\LanguageServer\Protocol;
/**
* TODO: Contribute to php-language-server?
* Based on SaveOptions description in
* https://microsoft.github.io/language-server-protocol/specification
*/
class SaveOptions
{
/**
* @var bool|null
* The client is supposed to include the content on save.
* @suppress PhanWriteOnlyPublicProperty (sent to client via AdvancedJsonRpc)
*/
public $includeText;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 19:20 (6 h, 2 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b1/f9/4c43a6b30b40d07c66ac268df024
Default Alt Text
SaveOptions.php (464 B)

Event Timeline