The example is for illustration purpose of using libraries and helpers and not a valid code. Do not copy / paste it on your projects.
HELPER helpers/sendEmail_helper.php
if ( ! function_exists('sendEmail'))
{
function sendEmail($email, $subject, $message, $lang, $cc = null, $file = null) {
...