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

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

Public Properties

Property Type Description
$readOnly array The list of the readOnly properties
$usedIn array The list of the paths where uses this object

Protected Properties

Property Type Description
$properties Property[] The list of object properties

Public Methods

Method 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 method

public __get ( string $name ) : mixed
$name string property name
return mixed

__isset() public method

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

__set() public method

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

__unset() public method

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

getProperties() public method

Return object properties
public getProperties ( ) : array
return array

Property Details

$properties protected_oe property

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

$readOnly public_oe property

The list of the readOnly properties
public array $readOnly
return array

$usedIn public_oe property

The list of the paths where uses this object
public array $usedIn
return array