Example #1
0
File: Lot.php Project: bhdm/bankrot
 public function addDropRule(DropRule $dropRule)
 {
     $dropRule->setLot($this);
     $this->dropRules[] = $dropRule;
 }