<?php

interface ohrmComponentInterface {
    public function getHtml();
}

