Searched refs:custom_url (Results 1 – 1 of 1) sorted by relevance
57 * @param string $custom_url61 protected function setCustomRequestParameters($custom_url, $custom_method) argument75 if (mb_strpos($custom_url, '/') !== 0) {77 sprintf('URL of custom command has to start with / but is "%s"', $custom_url)80 $this->customUrl = $custom_url;