class PackageList extends ConcreteObject (View source)

Properties

$error from  ConcreteObject
protected Package[] $packages

Methods

loadError($error)

No description

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

static 
camelcase($file)

No description

static 
uncamelcase($string)

No description

add(Package $pkg)

No description

getPackages()

No description

static 
export(SimpleXMLElement $xml)

No description

static string|false
getHandle(int|null $pkgID)

No description

static 
refreshCache()

No description

static PackageList
get(bool|int $pkgIsInstalled = 1) deprecated

No description

Details

loadError($error)

No description

Parameters

$error

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

Parameters

$arr

static camelcase($file)

No description

Parameters

$file

static uncamelcase($string)

No description

Parameters

$string

add(Package $pkg)

No description

Parameters

Package $pkg

Package[] getPackages()

No description

Return Value

Package[]

static export(SimpleXMLElement $xml)

No description

Parameters

SimpleXMLElement $xml

static string|false getHandle(int|null $pkgID)

No description

Parameters

int|null $pkgID

Return Value

string|false

static refreshCache()

No description

static PackageList get(bool|int $pkgIsInstalled = 1) deprecated

deprecated

No description

Parameters

bool|int $pkgIsInstalled

Return Value

PackageList