File src/class/Hooks.php

class Lia\Hooks

A class to organize all hook names across the main package.
See source code at /src/class/Hooks.php

Constants

  • const PACKAGE_ROUTE_PATTERNS_LOADED = 'lia:package.route_patterns_loaded';
  • const SERVER_START = 'lia:server.server_start';
  • const REQUEST_STARTED = 'lia:server.request_started';
  • const VIEW_LOADED = 'lia:server.view_loaded';
  • const ROUTES_FOUND = 'lia:server.routes_found';
  • const ROUTES_FILTERED = 'lia:server.routes_filtered';
  • const ROUTE_RESOLVED = 'lia:server.routes_resolved';
  • const THEME_LOADED = 'lia:server.theme_loaded';
  • const RESPONSE_SENT = 'lia:server.response_sent';
  • const FILTER_ROUTE = 'lia:server.filter_route';
  • const RESPONSE_READY = 'lia:server.response_ready';

Properties

Methods