관리-도구
편집 파일: PhpIntegerMappingType.php
<?php namespace Doctrine\DBAL\Types; /** * Implementations should map a database type to a PHP integer. * * @internal */ interface PhpIntegerMappingType { }