Свойство | Тип | Описание | |
---|---|---|---|
$defaultVersion | integer | ||
$isVendor | boolean | ||
$name | string | ||
$namespace | string | ||
$restServices | array | ||
$rpcServices | array | ||
$versions | array |
Метод | Описание | |
---|---|---|
__construct ( string $namespace, array $restServices = [], array $rpcServices = [], boolean $isVendor = null ) | ||
exchangeArray ( array $data ) | Populate object from array | |
getArrayCopy ( ) : array | Retrieve array representation | |
getDefaultVersion ( ) : integer | ||
getLatestVersion ( ) : integer | ||
getName ( ) : string | ||
getNamespace ( ) : string | ||
getRestServices ( ) : array | ||
getRpcServices ( ) : array | ||
getVersions ( ) : array | ||
isVendor ( ) : boolean |
Метод | Описание | |
---|---|---|
determineVendorStatus ( ) | Determine whether or not a module is a vendor module |
protected determineVendorStatus ( ) |
public exchangeArray ( array $data ) | ||
$data | array |
public getArrayCopy ( ) : array | ||
Результат | array |