ZendDbSchema
Schema management for Zend Framework
 All Classes Namespaces Functions Pages
Column.php
1 <?php
31 {
35  protected function _getItemClass()
36  {
37  return $this->_table->getColumnClass();
38  }
39 
45  protected function _getSchemaKey()
46  {
47  return ZendDbSchema_Db_Schema_Table::COLUMNS_KEY;
48  }
49 }