Scalr\Modules\Platforms\OrphanedServer::offsetExists PHP 메소드

offsetExists() 공개 메소드

또한 보기: ArrayAccess::offsetExists()
public offsetExists ( $property )
    public function offsetExists($property)
    {
        return property_exists($this, $property);
    }