Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\ApiEntity::__get PHP 메소드

__get() 공개 메소드

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