hasCatenateSupport() public method

Checks if the backend supports CATENATE.
public hasCatenateSupport ( ) : boolean
return 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();
 }