Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431705
StaticOrSelfType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
501 B
Referenced Files
None
Subscribers
None
StaticOrSelfType.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Phan\Language\Type
;
use
Phan\CodeBase
;
use
Phan\Language\Type
;
/**
* Represents the PHPDoc type `self` or `static`.
* This is converted to a real class when necessary.
* @see self::withStaticResolvedInContext()
* @phan-pure
*/
abstract
class
StaticOrSelfType
extends
Type
{
/**
* @unused-param $code_base
* @override
*/
public
function
hasStaticOrSelfTypesRecursive
(
CodeBase
$code_base
):
bool
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:59 (1 d, 12 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fe/d4/9e27db7fd95bc24036417b3fd46c
Default Alt Text
StaticOrSelfType.php (501 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment