Пример #1
0
 /**
  * Check if an address is deleted
  *
  * @param int $id Id
  *
  * @return bool|string
  */
 protected function checkAddressDelete($id)
 {
     return Tx_Commerce_Dao_AddressObserver::checkDelete($id);
 }
Пример #2
0
 /**
  * Check if an address is deleted
  *
  * @param int $uid Uid
  *
  * @return bool|string
  * @deprecated This method is redundant and will be removed in 4.0.0
  */
 protected function checkAddressDelete($uid)
 {
     \TYPO3\CMS\Core\Utility\GeneralUtility::logDeprecatedFunction();
     return Tx_Commerce_Dao_AddressObserver::checkDelete($uid);
 }