1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/lib/Doctrine/DBAL/Platforms/MockPlatform.php

10 lines
209 B
PHP
Raw Normal View History

<?php
namespace Doctrine\DBAL\Platforms;
class MockPlatform extends AbstractPlatform
{
public function getNativeDeclaration(array $field) {}
public function getPortableDeclaration(array $field) {}
}