Silex hooks

About Silex hooks

Sometimes they are used as filters (especially in php).

For each hook:

  • name
  • description
  • platforms (as2, as3, js, php)
  • class which calls the hook
  • version of Silex
  • parameters
  • example

Hooks list

filterServerConfigContentFolders

  • description
    filter the list of contents folders, which is initially read into the silex_server.ini file
  • platforms
    php
  • class which calls the hook
    server_config from cgi/includes/server_config.php
  • version of Silex
    v1.6.2
  • parameters
    &$contentFolders,$id_site
  • example

filterServerConfigContentFolderForPublication

  • description
    filter server_config::getContentFolderForPublication return value
  • platforms
    php
  • class which calls the hook
    server_config from cgi/includes/server_config.php
  • version of Silex
    v1.6.2
  • parameters
    &$contentFolder,$id_site,$contentFolders
  • example

Add a comment

You must be logged in to comment.

Groups