コード例 #1
0
ファイル: ToolConsumer.php プロジェクト: Twenty7/ims-lti
 private function hasRequiredParams()
 {
     return $this->consumerKey && $this->consumerSecret && $this->toolConfiguration->getLaunchUrl() && array_key_exists(LaunchParameters::RESOURCE_LINK_ID, $this->parameters);
 }