Skip to content
Snippets Groups Projects
Commit f16f0026 authored by David Maus's avatar David Maus
Browse files

Define RecordCollection::$groups property

parent 9e1b7445
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,12 @@ class RecordCollection implements Iterator
*/
protected $offset = 0;
/**
* Groups, if any.
*
* @var array
*/
protected $groups;
/**
* Constructor.
......
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