Example #1
0
 public function __construct($collection = array())
 {
     parent::__construct($collection);
     $this->setForceArray(true);
 }
Example #2
0
 public function __construct($collection = array())
 {
     parent::__construct($collection);
 }
Example #3
0
 public function __construct($owner, $collection = array())
 {
     parent::__construct($collection);
     $this->_owner = $owner;
 }