Documentation

RoleContext extends SimpleModel
in package

A class implementing a RedBean model for RoleContext beans

Tags
psalm-suppress

UnusedClass

Table of Contents

add()  : OODBBean
Add a RoleContext from a form - invoked by the AJAX bean operation
update()  : void
Function called when a rolecontext bean is updated - do error checking in here

Methods

add()

Add a RoleContext from a form - invoked by the AJAX bean operation

public static add(Context $context) : OODBBean
Parameters
$context : Context

The context object for the site

Return values
OODBBean

update()

Function called when a rolecontext bean is updated - do error checking in here

public update() : void
Tags
throws
BadValue
Return values
void

Search results