Skip to content
Snippets Groups Projects
Commit 83e9fa11 authored by Ingmar Schlecht's avatar Ingmar Schlecht Committed by Susanne Moog
Browse files

[FEATURE] Add method getUid() to abstract record collection

Change-Id: Id39ff747779fcfeeb5f7b8b4af685cad1f9f05d7
Releases: 6.0
Resolves: #36839
Reviewed-on: http://review.typo3.org/10996
Reviewed-by: Ingmar Schlecht
Tested-by: Ingmar Schlecht
parent b2837569
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,15 @@ abstract class t3lib_collection_AbstractRecordCollection implements t3lib_collec
return $this->title;
}
/**
* Getter for the UID
*
* @return int
*/
public function getUid() {
return $this->uid;
}
/**
* Getter for the description
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment