<?php interface ProgramRepositoryInterface { public function selectAll(); public function find($id); }