Yioop_V9.5_Source_Code_Documentation

CloseHelper extends Helper
in package

This is a helper class is used to handle closing an option window for an activity

Tags
author

Chris Pollett

Table of Contents

__construct()  : mixed
The constructor at this point does nothing
render()  : mixed
Draws a close window link on opposite side of current activity

Methods

__construct()

The constructor at this point does nothing

public __construct() : mixed
Return values
mixed

render()

Draws a close window link on opposite side of current activity

public render(string $close_url[, string $css_classes = "" ]) : mixed
Parameters
$close_url : string

the url to go to when the current task is closed

$css_classes : string = ""

a string of additional CSS classes that might be used to style the closed button.

Return values
mixed

        

Search results