SimpleSoftwareIO\SMS\MakesRequests::buildCall PHP Метод

buildCall() защищенный Метод

Builds the API call address.
protected buildCall ( $url )
$url
    protected function buildCall($url)
    {
        if (!$this->callBuilt) {
            $this->apiBase .= $url;
            $this->callBuilt = true;
        }
    }