Example #1
0
 public function addCollection(Collection $collection)
 {
     $collection->provide($this);
     return $this;
 }