for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/* For licensing terms, see /license.txt */
declare(strict_types=1);
namespace Chamilo\CoreBundle\Tool;
class Zoom extends AbstractPlugin
{
public function getTitle(): string
return 'zoom';
}
public function getLink(): string
return 'plugin/zoom/start.php';
public function getIcon(): string
return 'mdi-video-box';
public function getTitleToShow(): string
return 'Zoom Videoconference';