Skip to content

Commit

Permalink
Dev: PHPDoc for getFooter()
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 20, 2017
1 parent 1b99045 commit 276c1b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions application/helpers/common_helper.php
Expand Up @@ -5682,8 +5682,11 @@ function getPrintableHeader()
return $headelements;
}

// This function returns the Footer as result string
// If you want to echo the Footer use doFooter() !
/**
* This function returns the Footer as result string
* If you want to echo the Footer use doFooter()!
* @return string
*/
function getFooter()
{

Expand Down

0 comments on commit 276c1b4

Please sign in to comment.