Jelix 1.8.8

jAppManager
in package

utilities to manage a jelix application.

Tags
subpackage

utils

since
1.0b1
static

Table of Contents

clearTemp()  : bool
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([string $path = '' ]) : bool
Parameters
$path : string = ''

alternative path to the temp path

Tags
Return values
bool

true if all the content has been removed

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