PHP 클래스 ZF\Apigility\Admin\Model\ModuleEntity

파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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