* @package oat\taoLti\models\classes\theme */ interface LtiHeadless { /** * Tells if the page has to be headless: without header and footer. * @return bool|mixed */ public function isHeadless(); }