PHP Class Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\ApiEntity

Since: 5.11 (03.12.2015)
Author: Andrii Penchuk ([email protected])
Inheritance: extends AbstractSpecObject
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Свойство Type Description
$readOnly array The list of the readOnly properties
$usedIn array The list of the paths where uses this object

Protected Properties

Свойство Type Description
$properties Property[] The list of object properties

Méthodes publiques

Méthode Description
__get ( string $name ) : mixed
__isset ( string $name ) : boolean Check if element exist in properties
__set ( $name, $value )
__unset ( string $name ) Unset properties
getProperties ( ) : array Return object properties

Method Details

__get() public méthode

public __get ( string $name ) : mixed
$name string property name
Résultat mixed

__isset() public méthode

Check if element exist in properties
public __isset ( string $name ) : boolean
$name string property name
Résultat boolean

__set() public méthode

See also: AbstractSpecObject::__set()
public __set ( $name, $value )

__unset() public méthode

Unset properties
public __unset ( string $name )
$name string property name

getProperties() public méthode

Return object properties
public getProperties ( ) : array
Résultat array

Property Details

$properties protected_oe property

The list of object properties
protected Property[],Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes $properties
Résultat Property[]

$readOnly public_oe property

The list of the readOnly properties
public array $readOnly
Résultat array

$usedIn public_oe property

The list of the paths where uses this object
public array $usedIn
Résultat array