<?php interface IPolice{ public function isOutLaw(); public function redirectTo(); public function getMessage(); } ?>