Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432258
True_.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
845 B
Referenced Files
None
Subscribers
None
True_.php
View Options
<?php
declare
(
strict_types
=
1
);
/**
* This file is part of phpDocumentor.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @link https://phpdoc.org
*/
namespace
phpDocumentor\Reflection\PseudoTypes
;
use
phpDocumentor\Reflection\PseudoType
;
use
phpDocumentor\Reflection\Type
;
use
phpDocumentor\Reflection\Types\Boolean
;
use
function
class_alias
;
/**
* Value Object representing the PseudoType 'False', which is a Boolean type.
*
* @psalm-immutable
*/
final
class
True_
extends
Boolean
implements
PseudoType
{
public
function
underlyingType
():
Type
{
return
new
Boolean
();
}
public
function
__toString
():
string
{
return
'true'
;
}
}
class_alias
(
True_
::
class
,
'phpDocumentor
\R
eflection
\T
ypes
\T
rue_'
,
false
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:34 (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ac/27/e8981d06d66ea64abecf34364277
Default Alt Text
True_.php (845 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment