$models
$models : array
Required models
Model of the SeminariesAgent to list registered seminaries.
createSeminary(integer $userId, string $title, string $course, string $description) : integer
Create a new Seminary.
integer | $userId | ID of creating user |
string | $title | Title of Seminary to create |
string | $course | Course of Seminary |
string | $description | Description of new Seminary |
ID of the newly created Seminary
editSeminary(integer $seminaryId, string $title, string $course, string $description)
Edit a seminary.
integer | $seminaryId | ID of Seminary to edit |
string | $title | New title of Seminary |
string | $course | New course of Seminary |
string | $description | New description of Seminary |