Scalr\Modules\Platforms\OrphanedServer::offsetExists PHP Метод

offsetExists() публичный Метод

См. также: ArrayAccess::offsetExists()
public offsetExists ( $property )
    public function offsetExists($property)
    {
        return property_exists($this, $property);
    }