PHP Class Scalr\Api\Service\User\V1beta0\Adapter\ImageAdapter

Since: 5.4.0 (04.03.2015)
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Api\DataType\ApiEntityAdapter
Show file Open project: scalr/scalr

Protected Properties

Property Type Description
$entityClass string Entity class name
$rules array Converter rules

Public Methods

Method Description
validateEntity ( $entity )

Protected Methods

Method Description
_added ( $from, $to, $action )
_architecture ( $from, $to, $action )
_os ( $from, $to, $action )
_scope ( $from, $to, $action )

Method Details

_added() protected method

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

_architecture() protected method

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

_os() protected method

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

_scope() protected method

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

validateEntity() public method

See also: Scalr\Api\DataType\ApiEntityAdapter::validateEntity()
public validateEntity ( $entity )

Property Details

$entityClass protected property

Entity class name
protected string $entityClass
return string

$rules protected property

Converter rules
protected array $rules
return array