Home
last modified time | relevance | path

Searched refs:getScriptTypeArray (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php99 $array = $this->getScriptTypeArray();
115 abstract protected function getScriptTypeArray(): array; function in Elastica\\Script\\AbstractScript
H A DScriptId.php45 protected function getScriptTypeArray(): array function in Elastica\\Script\\ScriptId
H A DScript.php47 protected function getScriptTypeArray(): array function in Elastica\\Script\\Script
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md634 - `\Elastica\Script\AbstractScript` added the script language as constructor argument and sub-classes must implement `getScriptTypeArray`