jAppManager
in package
utilities to manage a jelix application.
Tags
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
Return values
mixed —isOpened()
tell if the application is opened.
public
static isOpened() : bool
Tags
Return values
bool —true if the application is opened
open()
open the application.
public
static open() : mixed
Tags
Return values
mixed —__construct()
private
__construct() : mixed