PHP Class EctAPI

Author: João Batista Neto ([email protected])
Exibir arquivo Open project: imastersdev/correios Class Usage Examples

Protected Properties

Property Type Description
$ect ECT
$httpConnection HTTPConnection

Public Methods

Method Description
__construct ( ECT $ect )
getTargetHost ( ) : string

Method Details

__construct() public method

public __construct ( ECT $ect )
$ect ECT

getTargetHost() abstract public method

abstract public getTargetHost ( ) : string
return string

Property Details

$ect protected_oe property

protected ECT $ect
return ECT

$httpConnection protected_oe property

protected HTTPConnection $httpConnection
return HTTPConnection