hasAclSupport() public method

Does the backend support ACL?
public hasAclSupport ( ) : boolean
return boolean True if the backend supports ACLs.
Esempio n. 1
0
 /**
  * Does the backend support ACL?
  *
  * @return boolean True if the backend supports ACLs.
  */
 public function hasAclSupport()
 {
     return $this->_driver->hasAclSupport();
 }