Exemple #1
0
 public function __construct($items, $status = 200)
 {
     parent::__construct('', $status);
     $this->_items = $items;
 }