<?php
require_once 'ItemPrototypeAbstract.php';

class 
ShallowCopyItem extends ItemPrototypeAbstract
{
    protected function 
__clone()
    {
    }
}