Jelix 1.7.18

jAppManager
in package

utilities to manage a jelix application.

Tags
subpackage

utils

since
1.0b1
static

Table of Contents

clearTemp()  : mixed
close()  : mixed
close the application, by creating a CLOSED file.
isOpened()  : bool
tell if the application is opened.
open()  : mixed
open the application.
__construct()  : mixed

Methods

clearTemp()

public static clearTemp([mixed $path = '' ]) : mixed
Parameters
$path : mixed = ''
Return values
mixed

close()

close the application, by creating a CLOSED file.

public static close([string $message = '' ]) : mixed
Parameters
$message : string = ''

the message to display

Tags
since
1.2
Return values
mixed

isOpened()

tell if the application is opened.

public static isOpened() : bool
Tags
since
1.2
Return values
bool

true if the application is opened

open()

open the application.

public static open() : mixed
Tags
since
1.2
Return values
mixed

Search results