jcb-compiler/src/3a777d70-52ad-49ec-9016-6f7438608613/code.power

10 lines
342 B
Plaintext
Raw Normal View History

2024-01-27 07:09:33 +00:00
/**
* 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;