Ejemplo n.º 1
0
 /**
  * @return $this
  */
 public function clearPoints()
 {
     $this->points->clear();
     return $this;
 }
Ejemplo n.º 2
0
 /**
  * @param SplObjectStorage $points
  */
 public function detachAll(SplObjectStorage $points)
 {
     $this->points->removeAll($points);
 }