Example #1
0
 /**
  * Add collection to the warehouse
  *
  * @param  void
  * @return object	info
  */
 public function add()
 {
     $this->verify();
     $warehouse = new Warehouse();
     return $warehouse->addCollection($this);
 }