PHP Класс ZF\Apigility\Admin\Model\ModuleEntity

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Описание методов

__construct() публичный Метод

public __construct ( string $namespace, array $restServices = [], array $rpcServices = [], boolean $isVendor = null )
$namespace string
$restServices array
$rpcServices array
$isVendor boolean

determineVendorStatus() защищенный Метод

Use ReflectionClass to determine the filename, and then checks if the module lives in a vendor subdirectory.
protected determineVendorStatus ( )

exchangeArray() публичный Метод

Populate object from array
public exchangeArray ( array $data )
$data array

getArrayCopy() публичный Метод

Retrieve array representation
public getArrayCopy ( ) : array
Результат array

getDefaultVersion() публичный Метод

public getDefaultVersion ( ) : integer
Результат integer

getLatestVersion() публичный Метод

public getLatestVersion ( ) : integer
Результат integer

getName() публичный Метод

public getName ( ) : string
Результат string

getNamespace() публичный Метод

public getNamespace ( ) : string
Результат string

getRestServices() публичный Метод

public getRestServices ( ) : array
Результат array

getRpcServices() публичный Метод

public getRpcServices ( ) : array
Результат array

getVersions() публичный Метод

public getVersions ( ) : array
Результат array

isVendor() публичный Метод

public isVendor ( ) : boolean
Результат boolean

Описание свойств

$defaultVersion защищенное свойство

protected int $defaultVersion
Результат integer

$isVendor защищенное свойство

protected bool $isVendor
Результат boolean

$name защищенное свойство

protected string $name
Результат string

$namespace защищенное свойство

protected string $namespace
Результат string

$restServices защищенное свойство

protected array $restServices
Результат array

$rpcServices защищенное свойство

protected array $rpcServices
Результат array

$versions защищенное свойство

protected array $versions
Результат array