upgrade
This commit is contained in:
26
plugin/zoom/lib/API/FollowUpUsers.php
Normal file
26
plugin/zoom/lib/API/FollowUpUsers.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
namespace Chamilo\PluginBundle\Zoom\API;
|
||||
|
||||
use Exception;
|
||||
|
||||
class FollowUpUsers
|
||||
{
|
||||
use JsonDeserializableTrait;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public $enable;
|
||||
/**
|
||||
* @var
|
||||
*/
|
||||
public $type;
|
||||
|
||||
public function itemClass($propertyName)
|
||||
{
|
||||
throw new Exception("No such array property $propertyName");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user