_canAdd() protected méthode

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