Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\ApiEntity::__get PHP Method

__get() public method

public __get ( string $name ) : mixed
$name string property name
return mixed
    public function __get($name)
    {
        if (isset($this->properties[$name])) {
            return $this->properties[$name];
        }
        return false;
    }