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

New variable: Containing parent record

* php/HAB/Pica/Record/Record.php ($_parent): New variable. Containing
parent record.
parent 08a39731
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,13 @@ abstract class Record {
*/
protected $_fields = array();
/**
* The containing parent record, if any.
*
* @var \HAB\Pica\Record
*/
protected $_parent;
/**
* 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