\SuperTenant_Views_Member

Manage members of tenants (CRUD on members of tenants)

Summary

Methods
Properties
Constants
get()
update()
delete()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

get()

get(\Pluf_HTTP_Request  $request, array  $match) 

Returns information of specified user by id.

Parameters

\Pluf_HTTP_Request $request
array $match

update()

update(\Pluf_HTTP_Request  $request, array  $match) : \SuperTenant_Member

Updates information of specified user (by id)

Parameters

\Pluf_HTTP_Request $request
array $match

Returns

\SuperTenant_Member

delete()

delete(\Pluf_HTTP_Request  $request, array  $match) 

Delete specified user (by id)

Parameters

\Pluf_HTTP_Request $request
array $match