Esempio n. 1
0
 /**
  * @param CustomerGroupAcl $customerGroupAcl The customerGroupAcl object to add.
  */
 protected function doAddCustomerGroupAcl($customerGroupAcl)
 {
     $this->collCustomerGroupAcls[] = $customerGroupAcl;
     $customerGroupAcl->setAcl($this);
 }