chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Entity/ResourceToRootInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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 {}