示例#1
0
文件: Column.php 项目: ketheriel/ETVA
 /**
  * Get the foreign key objects for this column (if it is a foreign key or part of a foreign key)
  * @return		 array
  */
 public function getForeignKeys()
 {
     return $this->parentTable->getColumnForeignKeys($this->name);
 }