class ServingContext extends Model (View source)

Properties

string $all
protected $appTypeType
protected $appTypeDataType
protected $auctionTypeType
protected $auctionTypeDataType
protected $locationType
protected $locationDataType
protected $platformType
protected $platformDataType
protected $securityTypeType
protected $securityTypeDataType

Methods

setAll($all)

No description

string
getAll()

No description

setAppType(AppContext $appType)

No description

getAppType()

No description

setAuctionType(AuctionContext $auctionType)

No description

getAuctionType()

No description

setLocation(LocationContext $location)

No description

getLocation()

No description

setPlatform(PlatformContext $platform)

No description

getPlatform()

No description

setSecurityType(SecurityContext $securityType)

No description

getSecurityType()

No description

Details

setAll($all)

No description

Parameters

$all

string getAll()

No description

Return Value

string

setAppType(AppContext $appType)

No description

Parameters

AppContext $appType

AppContext getAppType()

No description

Return Value

AppContext

setAuctionType(AuctionContext $auctionType)

No description

Parameters

AuctionContext $auctionType

AuctionContext getAuctionType()

No description

Return Value

AuctionContext

setLocation(LocationContext $location)

No description

Parameters

LocationContext $location

LocationContext getLocation()

No description

Return Value

LocationContext

setPlatform(PlatformContext $platform)

No description

Parameters

PlatformContext $platform

PlatformContext getPlatform()

No description

Return Value

PlatformContext

setSecurityType(SecurityContext $securityType)

No description

Parameters

SecurityContext $securityType

SecurityContext getSecurityType()

No description

Return Value

SecurityContext