class EnvoiMailing extends Printing

Properties

protected DbTool $dbt from  Printing
protected string $functionName from  Printing
protected string $functionDescription from  Printing
protected User $user from  Printing
protected Connect $connect from  Printing
protected array $organisation from  Printing
protected Services $services from  Printing
protected string $today from  Printing
protected string $todayIso from  Printing
protected int $anneeCourante from  Printing
protected string $option from  Printing
protected string $now from  Printing
protected string $documentName from  Printing

Methods

__construct()

No description

void
openServices()

No description

from  Printing
array
decode($row)

Cette fonction NE devrait PAS être utilisée TODO Si problème d'encodage de caractère chercher les scripts PHP qui ne seraient pas en UTF-8 ou une chaine qui serait convertie en ISO8859-1

from  Printing
string
storeFile($fileName, $anneeCourante)

No description

from  Printing
string
printCopySave(mixed $vv, mixed $template, mixed $fileType)

Gestion d'erreur de génération, copie du fichier, référencement du fichier

from  Printing
void
checkOption()

No description

from  Printing
void
callFunction()

No description

from  Printing
void
parseRequest()

Prise en compte de l'URL avec l'option idAssociation et génération de l'état en .odt et .pdf et retour du lien pdf au client

void
doEnvoi()

No description

Details

at line 18
__construct()

No description

in Printing at line 61
void openServices()

No description

Return Value

void

in Printing at line 76
array decode($row)

Cette fonction NE devrait PAS être utilisée TODO Si problème d'encodage de caractère chercher les scripts PHP qui ne seraient pas en UTF-8 ou une chaine qui serait convertie en ISO8859-1

Parameters

$row

Return Value

array

in Printing at line 87
string storeFile($fileName, $anneeCourante)

No description

Parameters

$fileName
$anneeCourante

Return Value

string

in Printing at line 113
protected string printCopySave(mixed $vv, mixed $template, mixed $fileType)

Gestion d'erreur de génération, copie du fichier, référencement du fichier

Parameters

mixed $vv

string retour de la génération

mixed $template

string nom du modèle

mixed $fileType

string type du fichier

Return Value

string

url de relecture du fichier

in Printing at line 130
protected void checkOption()

No description

Return Value

void

in Printing at line 146
protected void callFunction()

No description

Return Value

void

at line 30
void parseRequest()

Prise en compte de l'URL avec l'option idAssociation et génération de l'état en .odt et .pdf et retour du lien pdf au client

Return Value

void

at line 40
protected void doEnvoi()

No description

Return Value

void