PluginProbe
Tutor LMS – eLearning and online course solution / 2.2.1
Tutor LMS – eLearning and online course solution v2.2.1
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | classes/Tutor.php +10 -0 2.2.02.2.1 View file →
@@ -407,8 +407,17 @@
407 407 */
408 408 private $course_embed;
409 409
410 410 /**
411 + * Rest Authentication
412 + *
413 + * @var $rest_auth
414 + *
415 + * @since 2.1.0
416 + */
417 + private $rest_auth;
418 +
419 + /**
411 420 * Run the TUTOR
412 421 *
413 422 * @since 1.2.0
414 423 *
@@ -514,8 +523,9 @@
514 523 $this->withdraw_list = new Withdraw_Requests_List();
515 524 $this->student_list = new Students_List();
516 525 $this->instructor_list = new Instructors_List();
517 526 $this->course_embed = new Course_Embed();
527 + $this->rest_auth = new RestAuth();
518 528
519 529 /**
520 530 * Run Method
521 531 *