1
0
mirror of synced 2025-01-22 08:11:40 +03:00

9 lines
211 B
PHP
Raw Normal View History

<?php
class Doctrine_DatabasePlatform_MockPlatform extends Doctrine_DatabasePlatform
{
public function getNativeDeclaration(array $field) {}
public function getPortableDeclaration(array $field) {}
}
?>