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