Horde_Kolab_Storage_Driver::hasCatenateSupport PHP Method

hasCatenateSupport() public method

Checks if the backend supports CATENATE.
public hasCatenateSupport ( ) : boolean
return boolean True if the backend supports CATENATE.
    public function hasCatenateSupport();

Usage Example

Example #1
0
 /**
  * Checks if the backend supports CATENATE.
  *
  * @return boolean True if the backend supports CATENATE.
  */
 public function hasCatenateSupport()
 {
     return $this->_driver->hasCatenateSupport();
 }