\Comproso\Framework\ContractsUserModelContract

Definition for User models.

This file provides a definition for the minimum requirement a User model has to fulfill to be eligible.

Summary

Methods
Constants
tests()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

tests()

tests(array|null  $data) 

related comproso tests.

This function defines the connection between User Model and comproso Tests. That is, which tests of the current comproso instance can be accessed by a specific User.

Parameters

array|null $data

tbd.

@return array returns an array of Test objects including the available tests.