*/ interface RequestedEntry { /** * Returns the name of the entry that was requested by the container. */ public function getName() : string; }