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

__unset() 공개 메소드

Unset properties
public __unset ( string $name )
$name string property name
    public function __unset($name)
    {
        unset($this->properties[$name]);
    }