コード例 #1
0
ファイル: object.php プロジェクト: mrdeadmouse/u136006
 public static function delete($primary)
 {
     $deleteResult = parent::delete($primary);
     if ($deleteResult->isSuccess()) {
         ObjectPathTable::deleteByObject($primary);
     }
     return $deleteResult;
 }
コード例 #2
0
ファイル: deletedlog.php プロジェクト: DarneoStudio/bitrix
 public static function insertBatch(array $items)
 {
     parent::insertBatch($items);
 }
コード例 #3
0
ファイル: sharing.php プロジェクト: DarneoStudio/bitrix
 /**
  * @inheritdoc
  */
 public static function updateBatch(array $fields, array $filter)
 {
     parent::updateBatch($fields, $filter);
 }