コード例 #1
0
ファイル: toolsettings.php プロジェクト: jtibbetts/moodle
    public function __construct() {

        parent::__construct();
        $this->id = 'toolsettings';
        $this->name = 'Tool Settings';

    }
コード例 #2
0
ファイル: toolproxy.php プロジェクト: jtibbetts/moodle
    public function __construct() {

        parent::__construct();
        $this->id = 'toolproxy';
        $this->name = 'Tool Proxy';

    }
コード例 #3
0
ファイル: profile.php プロジェクト: jtibbetts/moodle
    public function __construct() {

        parent::__construct();
        $this->id = 'profile';
        $this->name = 'Tool Consumer Profile';
        $this->unsigned = true;

    }