Scalr\Modules\Platforms\OrphanedServer::offsetExists PHP Method

offsetExists() public method

See also: ArrayAccess::offsetExists()
public offsetExists ( $property )
    public function offsetExists($property)
    {
        return property_exists($this, $property);
    }