예제 #1
0
	/**
	 * Completely deletes the specified order and all data related to it. To only mark an order as deleted as far as the
	 * rest of the app is concerned, use delete() instead, which is overriden.
	 *
	 * @see ISC_ENTITY_BASE::delete
	 */
	public function purge ($orderId, $extraOption = false)
	{
		return parent::delete($orderId, $extraOption);
	}