CustomerProductPolicy
in package
Uses
HandlesAuthorization
Table of Contents
- destroy() : bool
- index() : bool
- indexOpenStack() : bool
- show() : bool
- store() : bool
- update() : bool
Methods
destroy()
public
destroy(AuthUser $auth_user, CustomerProduct $customer_product) : bool
Parameters
- $auth_user : AuthUser
- $customer_product : CustomerProduct
Return values
bool —index()
public
index(AuthUser $auth_user) : bool
Parameters
- $auth_user : AuthUser
Return values
bool —indexOpenStack()
public
indexOpenStack(AuthUser $auth_user) : bool
Parameters
- $auth_user : AuthUser
Return values
bool —show()
public
show(AuthUser $auth_user, CustomerProduct $customer_product) : bool
Parameters
- $auth_user : AuthUser
- $customer_product : CustomerProduct
Return values
bool —store()
public
store(AuthUser $auth_user) : bool
Parameters
- $auth_user : AuthUser
Return values
bool —update()
public
update(AuthUser $auth_user, CustomerProduct $customer_product) : bool
Parameters
- $auth_user : AuthUser
- $customer_product : CustomerProduct