delete
public static function \Bitrix\Sale\Services\Base\Restriction::delete( $restrictionId, $entityId = 0 );
Method deletes limit for service. Static method.
Parameters
Parameter | Description | Version |
---|---|---|
$restrictionId | Limit ID. | |
$entityId | Entity ID. |
Examples
public static function delete($restrictionId, $entityId = 0) { return ServiceRestrictionTable::delete($restrictionId); }
© «Bitrix24», 2001-2024
Up