function get($arguments) Gets the array of ApplicationInstance objects belonging to the arguments supplied.
void
get
(type $arguments)
-
type
$arguments: : An array containing zero or more of the following keys: 'uid', 'of_application', 'starttime', 'endtime', 'open' TODO: Support game results.
Constructor for an ApplicationInstance object.
ApplicationInstance
__construct
([ $uid = null], [ $application = null], [ $starttime = null], [ $endtime = null], [ $open = 0], [ $playerresults = null], [ $groupresults = null], [ $periodicresults = null], type $uid:, type $application:, type $starttime:, type $endtime:, type $open:, type $playerresults:, type $groupresults:, type $periodicresults:)
-
type
$uid:: The UID of the application instance object.
-
type
$application:: The related application.
-
type
$starttime:: The starttime of the application round.
-
type
$endtime:: The endtime of the application round.
-
type
$open:: A boolean to specify if people can start this application.
-
type
$playerresults:: Individual player results from playing.
-
type
$groupresults:: Group-based results from playing.
-
type
$periodicresults:: Periodical results from playing.
-
$uid
-
$application
-
$starttime
-
$endtime
-
$open
-
$playerresults
-
$groupresults
-
$periodicresults
function save() Saves the current object into the database.
void
save
()
Inherited Methods
Inherited From ResearchToolObject
ResearchToolObject::createArguments()
ResearchToolObject::evaluate()
ResearchToolObject::getUid()
ResearchToolObject::load()
ResearchToolObject::stripUri()