예제 #1
0
 function __construct($key, $value)
 {
     parent::__construct($value);
     $this->key = $key;
 }
예제 #2
0
 function __construct($element, $index)
 {
     parent::__construct($element);
     $this->index = $index;
 }