discard
Definition
/**
* Create a DISCARD builder.
*
* Example: discard(DiscardType::ALL)
* Produces: DISCARD ALL
*
* @param DiscardType $type Type of resources to discard (ALL, PLANS, SEQUENCES, TEMP)
*/
discard(DiscardType $type) : DiscardFinalStep