コード例 #1
0
ファイル: storage_service.php プロジェクト: ZyXelP/oxwall
 /**
  * Returns the list of items with invalid license.
  *
  * @return type
  */
 public function findItemsWithInvalidLicense()
 {
     return array_merge($this->pluginService->findPluginsWithInvalidLicense(), $this->themeService->findItemsWithInvalidLicense());
 }