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