CTASmartAPI
Table of Contents
Properties
-
$auth
: bool
-
$curl
: object
-
$status
: bool
-
$url
: string
Methods
-
__construct()
: mixed
-
consultarAbastecimento()
: mixed
-
processarRetorno()
: mixed
-
setToken()
: mixed
-
verificaStatus()
: mixed
$auth
private
bool
$auth
$curl
private
object
$curl
$status
private
bool
$status
$url
private
string
$url
__construct()
public
__construct() : mixed
consultarAbastecimento()
public
consultarAbastecimento(mixed $params) : mixed
Parameters
-
$params
: mixed
-
processarRetorno()
private
processarRetorno(mixed $retorno) : mixed
Parameters
-
$retorno
: mixed
-
setToken()
private
setToken(mixed $params) : mixed
Parameters
-
$params
: mixed
-
verificaStatus()
private
verificaStatus(mixed $retorno) : mixed
Parameters
-
$retorno
: mixed
-