prepareData() prepareData() : mixed Launches the data processing step of all modules, executing their own prepareData() function Returns mixed
render() render( $mainTemplate) : mixed Launches the rendering step of all modules, executing their own render() function Parameters $mainTemplate Returns mixed
getType() getType() : string must return one or several plugin types separated by comas current possible values are "backend, frontend, authentification" Returns string — coma separated list of current module execution context types
emailContact() emailContact( $status, $contact) : integer|string Send a contact request by email Parameters $status $contact Returns integer|string — returns the count of sent mail if successfull, else return the error message