示例#1
0
 public function save(&$model)
 {
     return parent::save($model);
     // TODO:
     // Ensure that the acl_repo_id is != 0 - ie. that this resource is related to a repository
     // If not, and this resource has a parent, then perhaps default to using the same repo as the parent.
 }
示例#2
0
 public function save(&$model)
 {
     return parent::save($model);
     // TODO:
     // Ensure that the acl_repo_id is != 0 - ie. that this role is related to a repository
 }