Commit 2c9546e0 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 362b844c
......@@ -95,10 +95,6 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
{
$this->_table->setOption('inheritanceMap', $map);
}
public function setEnumValues($column, $values)
{
$this->_table->setEnumValues($column, $values);
}
/**
* attribute
* sets or retrieves an option
......
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