hasCatenateSupport() public method

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