Exemple #1
0
 /**
  * Class constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->id = 'profile';
     $this->name = 'Tool Consumer Profile';
     $this->unsigned = true;
 }
Exemple #2
0
 /**
  * Class constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->id = 'toolsettings';
     $this->name = 'Tool Settings';
 }
Exemple #3
0
 /**
  * Class constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->id = 'memberships';
     $this->name = get_string('servicename', 'ltiservice_memberships');
 }
Exemple #4
0
 /**
  * Class constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->id = 'toolproxy';
     $this->name = 'Tool Proxy';
 }