Searched refs:scriptCode (Results 1 – 1 of 1) sorted by relevance
22 * @param string $scriptCode Script source code25 …public function __construct(string $scriptCode, ?array $params = null, ?string $lang = null, ?stri… argument29 $this->setScript($scriptCode);32 public function setScript(string $scriptCode): self argument34 $this->_scriptCode = $scriptCode;