*/ namespace oat\taoQtiTest\models\runner\navigation; use oat\taoQtiTest\models\runner\RunnerServiceContext; /** * Interface RunnerNavigation * @package oat\taoQtiTest\models\runner\navigation */ interface RunnerNavigation { /** * Do the move * @param RunnerServiceContext $context * @param mixed $ref * @return boolean * @throws \common_Exception */ public function move(RunnerServiceContext $context, $ref); }