_canAdd() protected method

Returns ability of the backend to add new contacts.
protected _canAdd ( ) : boolean
return boolean Can backend add?
示例#1
0
文件: Share.php 项目: horde/horde
 /**
  * Returns ability of the backend to add new contacts.
  *
  * @return boolean  Can backend add?
  */
 protected function _canAdd()
 {
     return $this->_driver->_canAdd();
 }