jAppManager
in package
utilities to manage a jelix application
Tags
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
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