Page MenuHomeWickedGov Phorge

LiteralTypeInterface.php
No OneTemporary

Size
331 B
Referenced Files
None
Subscribers
None

LiteralTypeInterface.php

<?php
declare(strict_types=1);
namespace Phan\Language\Type;
/**
* Empty interface used by quick checks if a Type is a specific literal int/string.
* @method ?int|?string|?float|?bool getValue()
* @phan-pure
*/
interface LiteralTypeInterface
{
// has getValue(), instance_for_value, etc.
// Document with @method?
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 21:01 (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4b/5b/02ba83a201403a3208f97932edcf
Default Alt Text
LiteralTypeInterface.php (331 B)

Event Timeline