Ejemplo n.º 1
0
 /**
  * Create a new {@link icms_member_groupperm_Object}
  *
  * @return	bool    $isNew  Flag the object as "new"?
  */
 public function &create($isNew = true)
 {
     $perm = new icms_member_groupperm_Object();
     if ($isNew) {
         $perm->setNew();
     }
     return $perm;
 }