/** * Get the headers for a file * * @param string $context The name of the context * @param string $codeName The view, views, or layout code name * * @return string The header string to place in the header of the file * @since 3.2.0 */ public function get(string $context, string $codeName): string;