This commit is contained in:
parent
362b844cab
commit
2c9546e007
1 changed files with 0 additions and 4 deletions
|
@ -95,10 +95,6 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
|
||||||
{
|
{
|
||||||
$this->_table->setOption('inheritanceMap', $map);
|
$this->_table->setOption('inheritanceMap', $map);
|
||||||
}
|
}
|
||||||
public function setEnumValues($column, $values)
|
|
||||||
{
|
|
||||||
$this->_table->setEnumValues($column, $values);
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* attribute
|
* attribute
|
||||||
* sets or retrieves an option
|
* sets or retrieves an option
|
||||||
|
|
Loading…
Add table
Reference in a new issue