<?php namespace UnicaenLdap\Service; use UnicaenLdap\Service\People as LdapPeopleService; interface LdapPeopleServiceAwareInterface { public function setLdapPeopleService(LdapPeopleService $ldapPeopleService); }