_canAdd() protected method

Returns ability of the backend to add new contacts.
protected _canAdd ( ) : boolean
return boolean Can backend add?
Esempio n. 1
0
 /**
  * Returns ability of the backend to add new contacts.
  *
  * @return boolean  Can backend add?
  */
 protected function _canAdd()
 {
     return $this->_driver->_canAdd();
 }