<?php
require_once 'OrganizationEntryAbstract.php';

interface 
VisitorInterface
{
    public function 
visit(OrganizationEntryAbstract $entry);
}