Actualización
This commit is contained in:
22
plugin/zoom/lib/API/Ocurrence.php
Normal file
22
plugin/zoom/lib/API/Ocurrence.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
namespace Chamilo\PluginBundle\Zoom\API;
|
||||
|
||||
use Exception;
|
||||
|
||||
class Ocurrence
|
||||
{
|
||||
use JsonDeserializableTrait;
|
||||
|
||||
public $occurrence_id;
|
||||
public $start_time;
|
||||
public $duration;
|
||||
public $status;
|
||||
|
||||
public function itemClass($propertyName)
|
||||
{
|
||||
throw new Exception("No such array property $propertyName");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user