コード例 #1
0
ファイル: CollectionResult.php プロジェクト: geodesfour/dp741
 /**
  * @return true[][]
  *   Format: $['findParent'][$plugin_key] = true
  */
 function getRoutelessPluginMethods()
 {
     return $this->pluginCollection->getRoutelessPluginMethods();
 }