コード例 #1
0
ファイル: Custom.php プロジェクト: jocoonopa/avenue
 /**
  * Remove objects
  *
  * @param \Woojin\AgencyBundle\Entity\Object $objects
  */
 public function removeObject(\Woojin\AgencyBundle\Entity\Object $objects)
 {
     $this->objects->removeElement($objects);
 }
コード例 #2
0
ファイル: Window.php プロジェクト: Glifery/ConsoleApp
 /**
  * @return $this
  */
 public function clearObjects()
 {
     $this->objects->clear();
     return $this;
 }