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
Afficher le fichier Open project: scalr/scalr

Protected Properties

Свойство Type Description
$entityClass string Entity class name
$rules array Converter rules

Méthodes publiques

Méthode Description
validateEntity ( $entity )

Méthodes protégées

Méthode Description
_added ( $from, $to, $action )
_architecture ( $from, $to, $action )
_os ( $from, $to, $action )
_scope ( $from, $to, $action )

Method Details

_added() protected méthode

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

_architecture() protected méthode

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

_os() protected méthode

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

_scope() protected méthode

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

validateEntity() public méthode

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

Property Details

$entityClass protected_oe property

Entity class name
protected string $entityClass
Résultat string

$rules protected_oe property

Converter rules
protected array $rules
Résultat array