PHP 클래스 Scalr\Api\Service\User\V1beta0\Adapter\RoleAdapter

부터: 5.4.0 (05.03.2015)
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Api\DataType\ApiEntityAdapter
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$entityClass string Entity class name
$rules array Converter rules
$supportedBehaviors

공개 메소드들

메소드 설명
behaviorsToData ( array $behaviors ) : array Transforms internal names of given behaviors to use in API
behaviorsToEntity ( array $behaviors, boolean $onlySupported = true ) : array Transforms given names of behaviors used in API to internal representation
validateEntity ( $entity )
validateObject ( $object, $method = null )

보호된 메소드들

메소드 설명
_builtinAutomation ( $from, $to, $action )
_category ( $from, $to, $action )
_os ( $from, $to, $action )
_scope ( $from, $to, $action )

메소드 상세

_builtinAutomation() 보호된 메소드

protected _builtinAutomation ( $from, $to, $action )

_category() 보호된 메소드

protected _category ( $from, $to, $action )

_os() 보호된 메소드

protected _os ( $from, $to, $action )

_scope() 보호된 메소드

protected _scope ( $from, $to, $action )

behaviorsToData() 공개 정적인 메소드

Transforms internal names of given behaviors to use in API
public static behaviorsToData ( array $behaviors ) : array
$behaviors array Array of a Role behaviors
리턴 array Returns an array of names of behaviors

behaviorsToEntity() 공개 정적인 메소드

Transforms given names of behaviors used in API to internal representation
public static behaviorsToEntity ( array $behaviors, boolean $onlySupported = true ) : array
$behaviors array Array of a Role behaviors
$onlySupported boolean optional Converts only available to users behavior
리턴 array Returns an array of names of behaviors

validateEntity() 공개 메소드

또한 보기: Scalr\Api\DataType\ApiEntityAdapter::validateEntity()
public validateEntity ( $entity )

validateObject() 공개 메소드

또한 보기: Scalr\Api\DataType\ApiEntityAdapter::validateObject()
public validateObject ( $object, $method = null )

프로퍼티 상세

$entityClass 보호되어 있는 프로퍼티

Entity class name
protected string $entityClass
리턴 string

$rules 보호되어 있는 프로퍼티

Converter rules
protected array $rules
리턴 array

$supportedBehaviors 보호되어 있는 정적으로 프로퍼티

protected static $supportedBehaviors