PHP Class App\Http\Controllers\LobController

Inheritance: extends Controller
Afficher le fichier Open project: unicodeveloper/laravel-hackathon-starter

Protected Properties

Свойство Type Description
$apikey string LOB API KEY
$lob object Instance of Lob

Méthodes publiques

Méthode Description
__construct ( ) Initialize Lob
getPage ( ) : mixed Return all data to the Lob API dashboard

Private Methods

Méthode Description
getRoutes ( string $zipcode ) : array Get all delivery routes for this zip code

Method Details

__construct() public méthode

Initialize Lob
public __construct ( )

getPage() public méthode

Return all data to the Lob API dashboard
public getPage ( ) : mixed
Résultat mixed

Property Details

$apikey protected_oe property

LOB API KEY
protected string $apikey
Résultat string

$lob protected_oe property

Instance of Lob
protected object $lob
Résultat object