PHP 클래스 App\Http\Controllers\LobController

상속: extends Controller
파일 보기 프로젝트 열기: unicodeveloper/laravel-hackathon-starter

보호된 프로퍼티들

프로퍼티 타입 설명
$apikey string LOB API KEY
$lob object Instance of Lob

공개 메소드들

메소드 설명
__construct ( ) Initialize Lob
getPage ( ) : mixed Return all data to the Lob API dashboard

비공개 메소드들

메소드 설명
getRoutes ( string $zipcode ) : array Get all delivery routes for this zip code

메소드 상세

__construct() 공개 메소드

Initialize Lob
public __construct ( )

getPage() 공개 메소드

Return all data to the Lob API dashboard
public getPage ( ) : mixed
리턴 mixed

프로퍼티 상세

$apikey 보호되어 있는 프로퍼티

LOB API KEY
protected string $apikey
리턴 string

$lob 보호되어 있는 프로퍼티

Instance of Lob
protected object $lob
리턴 object