. * */ interface ActorAwareInterface { /** * @param Actor $actor */ public function setCurrentActor(Actor $actor); }