$oldPrimaryKey public read-only property
The old primary key value. An array (column name => column value) is returned if the primary key is composite or $asArray
is true
. A string is returned otherwise (null will be returned if the key value is null).
public mixed getOldPrimaryKey ( $asArray = false )
Please login to continue.