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

10 lines
342 B
Plaintext

/**
* 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;