Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112562
AsciiStringType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
582 B
Referenced Files
None
Subscribers
None
AsciiStringType.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Doctrine\DBAL\Types
;
use
Doctrine\DBAL\ParameterType
;
use
Doctrine\DBAL\Platforms\AbstractPlatform
;
final
class
AsciiStringType
extends
StringType
{
/**
* {@inheritDoc}
*/
public
function
getSQLDeclaration
(
array
$column
,
AbstractPlatform
$platform
):
string
{
return
$platform
->
getAsciiStringTypeDeclarationSQL
(
$column
);
}
public
function
getBindingType
():
int
{
return
ParameterType
::
ASCII
;
}
public
function
getName
():
string
{
return
Types
::
ASCII_STRING
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:54 (14 h, 34 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
37/1d/827e8d7dd651114ae589f74aeb08
Default Alt Text
AsciiStringType.php (582 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment