class InstanceIosDetails extends Model (View source)

Properties

string $bundleIdentifier
string $itunesAppId
string $kind
bool $preferredForIpad
bool $preferredForIphone
bool $supportIpad
bool $supportIphone

Methods

setBundleIdentifier($bundleIdentifier)

No description

string
getBundleIdentifier()

No description

setItunesAppId($itunesAppId)

No description

string
getItunesAppId()

No description

setKind($kind)

No description

string
getKind()

No description

setPreferredForIpad($preferredForIpad)

No description

bool
getPreferredForIpad()

No description

setPreferredForIphone($preferredForIphone)

No description

bool
getPreferredForIphone()

No description

setSupportIpad($supportIpad)

No description

bool
getSupportIpad()

No description

setSupportIphone($supportIphone)

No description

bool
getSupportIphone()

No description

Details

setBundleIdentifier($bundleIdentifier)

No description

Parameters

$bundleIdentifier

string getBundleIdentifier()

No description

Return Value

string

setItunesAppId($itunesAppId)

No description

Parameters

$itunesAppId

string getItunesAppId()

No description

Return Value

string

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setPreferredForIpad($preferredForIpad)

No description

Parameters

$preferredForIpad

bool getPreferredForIpad()

No description

Return Value

bool

setPreferredForIphone($preferredForIphone)

No description

Parameters

$preferredForIphone

bool getPreferredForIphone()

No description

Return Value

bool

setSupportIpad($supportIpad)

No description

Parameters

$supportIpad

bool getSupportIpad()

No description

Return Value

bool

setSupportIphone($supportIphone)

No description

Parameters

$supportIphone

bool getSupportIphone()

No description

Return Value

bool