Commit 4973d47f authored by Christophe Coevoet's avatar Christophe Coevoet Committed by Alexander

Added a missing method in the Constraint interface

parent 4a3830fb
......@@ -21,6 +21,8 @@
namespace Doctrine\DBAL\Schema;
use Doctrine\DBAL\Platforms\AbstractPlatform;
/**
* Marker interface for contraints
*
......@@ -34,5 +36,7 @@ interface Constraint
{
public function getName();
public function getQuotedName(AbstractPlatform $platform);
public function getColumns();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment