Example #1
0
 /**
  * {@inheritdoc}
  */
 public function merge($data)
 {
     $this->_assertNotFrozen();
     if ($data instanceof tubepress_api_url_QueryInterface) {
         $data = $data->toArray();
     }
     $this->_delegate->merge($data);
     return $this;
 }