관리-도구
편집 파일: TopicTypes.php
<?php namespace Modules\LMS\Enums; enum TopicTypes { const ASSIGNMENT = 'assignment'; const SUPPLEMENT = 'supplement'; const LECTURE = 'lecture'; const VIDEO = 'video'; const QUIZ = 'quiz'; const READING = 'reading'; }