Documentation du code de SPIP et de ses plugins

SPIP: Supported Versions

Documentation

Table of Contents

Packages

Application

Classes

SupportedVersions
Supported Versions filters class.

Functions

action_api_spip_loader_dist()  : void
Action de consultation de l'API pour le script spip_loader.
get_mtime()  : int
Gets the UNIX timestamp of the modified time of a file.
last_modified()  : string
Gets the most recent modified time.
supportedversions_insert_head_css()  : string
Pipeline insert_head_css.
supportedversions_header_prive_css()  : string
Pipeline header_prive_cs.
balise_SUPPORTED_VERSIONS_dist()  : StdClass
Balise #SUPPORTED_VERSIONS.

Functions

action_api_spip_loader_dist()

Action de consultation de l'API pour le script spip_loader.

action_api_spip_loader_dist() : void
Tags
codeCoverageIgnore

get_mtime()

Gets the UNIX timestamp of the modified time of a file.

get_mtime(string $filename) : int
Parameters
$filename : string

relative filename to find in SPIP_PATH

Return values
int

UNIX timestamp of the modified time or 0 if file not found

last_modified()

Gets the most recent modified time.

last_modified(int $releases, int $preReleases) : string
Parameters
$releases : int
$preReleases : int
Return values
string

Formatted Last-Modified header

supportedversions_header_prive_css()

Pipeline header_prive_cs.

supportedversions_header_prive_css(string $flux) : string
Parameters
$flux : string
Tags
codeCoverageIgnore
Return values
string

balise_SUPPORTED_VERSIONS_dist()

Balise #SUPPORTED_VERSIONS.

balise_SUPPORTED_VERSIONS_dist(StdClass $p) : StdClass

Récupère les éléments définis dans la super globale $supportedversions Valeurs par défaut founies dans le fichier supportedversions_options.php

Parameters
$p : StdClass
Tags
see
https://www.spip.net/fr_article4014.html
Return values
StdClass

Search results