Example #1
0
 /**
  * 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);
 }