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

Added a missing method in the Constraint interface

parent 4a3830fb
......@@ -21,10 +21,12 @@
namespace Doctrine\DBAL\Schema;
use Doctrine\DBAL\Platforms\AbstractPlatform;
/**
* Marker interface for contraints
*
*
*
* @link www.doctrine-project.org
* @since 2.0
* @version $Revision$
......@@ -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