<?php
interface ItemDaoInterface
{
    public function 
findById($itemId);
}