Interface ReviewWriteServiceInterface

Interface ReviewWriteServiceInterface

Direct known implementers

ReviewWriteService

Methods summary

public createReview( void ) : Review

Returns new instances of withdrawal entities.

public createCustomer( IntType $customerId, StringType $customerName ) : ReviewCustomer

Returns a new instance of review customer.

public store( ReviewInterface $review ) :

Saves review entity in database.

public delete( ReviewInterface $review ) :

Deletes review entity from database.