Commit 6c9bc492 authored by Tyler Sommer's avatar Tyler Sommer

Added getter for ForeignKeyConstraint

parent 52096a53
......@@ -127,6 +127,16 @@ class ForeignKeyConstraint extends AbstractAsset implements Constraint
return $this->_options[$name];
}
/**
* Gets the options associated with this constraint
*
* @return array
*/
public function getOptions()
{
return $this->_options;
}
/**
* Foreign Key onUpdate status
*
......
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