hasAclSupport() 공개 메소드

Does the backend support ACL?
public hasAclSupport ( ) : boolean
리턴 boolean True if the backend supports ACLs.
예제 #1
0
파일: Base.php 프로젝트: jubinpatel/horde
 /**
  * Does the backend support ACL?
  *
  * @return boolean True if the backend supports ACLs.
  */
 public function hasAclSupport()
 {
     return $this->_driver->hasAclSupport();
 }