src/CoreBundle/Entity/ResourceToRootInterface.php
<?php
declare(strict_types=1);
/* For licensing terms, see /license.txt */
namespace Chamilo\CoreBundle\Entity;
/**
* This will attach the resource to the main resource node root (For example a Course).
*/
interface ResourceToRootInterface {}