From ee93a3e79f21969548b920c20e4d9bdfa6f3ec5e Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 16 Jul 2010 18:33:11 -0300 Subject: TODO: main mapping for IsisSubfieldIterator --- classes/iterators/IsisSubfieldIterator.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/iterators/IsisSubfieldIterator.php b/classes/iterators/IsisSubfieldIterator.php index 36d3d06..7e01687 100644 --- a/classes/iterators/IsisSubfieldIterator.php +++ b/classes/iterators/IsisSubfieldIterator.php @@ -21,8 +21,15 @@ class IsisSubfieldIterator implements Iterator * * @param $field * Field to iterate over. + * + * @param $main + * Control to which subfield the main field should be mapped to. + * By default no mapping is made. + * + * @todo + * Implement $main mapping. */ - public function __construct($class, $field) { + public function __construct($class, $field, $main = false) { $this->class = $class; $this->field = $field; $this->rows = $class->getRows($field); -- cgit v1.2.3