CustomerDeleterInterface

Extends

Interface CustomerDeleterInterface

category

System

package

Customer

subpackage

Interfaces

Methods

Deletes all data of a specific customer.

delete(\CustomerInterface $customer) : \CustomerDeleterInterface

Arguments

$customer

\CustomerInterface

Customer.

Response

\CustomerDeleterInterface

Same instance for method chaining.