| Current Path : /home/frekansk/.trash/wp-content/plugins/learnpress/inc/course/ |
| Current File : /home/frekansk/.trash/wp-content/plugins/learnpress/inc/course/class-lp-course-item-quiz.php |
<?php
class LP_Course_Item_Quiz extends LP_Course_Item {
public $name;
function __construct($name) {
$this->name = $name;
}
}