Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\ApiEntity::__get PHP Méthode

__get() public méthode

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