%PDF- %PDF-
| Direktori : /proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/plugin/zoom/lib/API/ |
| Current File : //proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/plugin/zoom/lib/API/FollowUpUsers.php |
<?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");
}
}