Ejemplo n.º 1
0
 /**
  * Offset unset
  *
  * @param  string $offset
  * @return AclAwareRowGateway
  */
 public function offsetUnset($offset)
 {
     //if(!$this->acl->hasTablePrivilege($this->table, 'bigedit')) {
     // Enforce field write blacklist
     $this->acl->enforceBlacklist($this->table, $offset, Acl::FIELD_WRITE_BLACKLIST);
     //}
     return parent::offsetUnset($offset);
 }