class Type (View source)

Properties

$fslTypeHandle
$fslTypeName
$fslTypeID
$pkgID

Methods

string
getHandle()

No description

int
getID()

No description

string
getName()

No description

int
getPackageID()

No description

null|string
getPackageHandle()

No description

bool
hasOptionsForm()

No description

includeOptionsForm(bool|StorageLocation $location = false)

No description

bool
delete()

Removes the storage type if no configurations exist.

Details

string getHandle()

No description

Return Value

string

int getID()

No description

Return Value

int

string getName()

No description

Return Value

string

int getPackageID()

No description

Return Value

int

null|string getPackageHandle()

No description

Return Value

null|string

ConfigurationInterface getConfigurationObject()

No description

Return Value

ConfigurationInterface

bool hasOptionsForm()

No description

Return Value

bool

includeOptionsForm(bool|StorageLocation $location = false)

No description

Parameters

bool|StorageLocation $location

bool delete()

Removes the storage type if no configurations exist.

Return Value

bool

Exceptions

Exception