hasCatenateSupport() 공개 메소드

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