Actualización
This commit is contained in:
18
plugin/zoom/lib/API/CustomQuestion.php
Normal file
18
plugin/zoom/lib/API/CustomQuestion.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
namespace Chamilo\PluginBundle\Zoom\API;
|
||||
|
||||
/**
|
||||
* Class CustomQuestion.
|
||||
* A list of instances of this class is included in a MeetingRegistrant instance.
|
||||
*/
|
||||
class CustomQuestion
|
||||
{
|
||||
/** @var string */
|
||||
public $title;
|
||||
|
||||
/** @var string */
|
||||
public $value;
|
||||
}
|
||||
Reference in New Issue
Block a user