Back to TableInterface class

Method getKeyName

public string
getKeyName
()
Method to get the primary key field name for the table.
Returns
  • string The name of the primary key for the table.
Since
  • 3.2

Method getKeyName - Source code

/**
 * Method to get the primary key field name for the table.
 *
 * @return  string  The name of the primary key for the table.
 *
 * @since   3.2
 */
public function getKeyName();