1 2 3 4 5
<?php interface ItemInterface { public function __construct($itemID, \Database $Database); } ?>