/
home
/
obinna
/
html
/
boazapp
/
vendor
/
doctrine
/
dbal
/
src
/
Types
/
Upload File
HOME
<?php namespace Doctrine\DBAL\Types; /** * Implementations should map a database type to a PHP integer. * * @internal */ interface PhpIntegerMappingType { }