All Classes

Browse 19 classes & traits in this project. There are 14 source classes, 0 test classes, and 5 traits.

Note: As of Dec 23, 2023, only classes & traits are listed. interfaces & enums are not supported.

Source Classes (not tests)

  • TlfUserAccess: Access methods are inherited from \Phad\Integration\DynamicAccess, except for user_has_role() and the constructor. Access methods can be modified dynamically in the same way as DynamicAccess, except for user_has_role.
  • DynamicAccess: A base class for access controls that allows all READ operations, no WRITE (insert/update/delete) operations, and returns false for user_has_role().
  • LiaisonRouter: No description...
  • SitemapBuilder: A simple Sitemap builder that writes to disk immediately so memory use stays low.
  • PDOSubmitter: INSERTs INTO / UPDATEs database
  • DataReader: Grants access to an item's node & loads item list
  • FormValidator:
  • Phad: No description...
  • Item: No description...
  • BlackHole: No description...
  • DomParser: No description...
  • TemplateCompiler: Template Compiler for compiling PHP Scripts from a template, a view, and an array of arguments to fill in the template
  • Errors: Contains const error messages to use for exceptions & other errors. Errors written before December 2025 are not listed here.
  • Blocks: No description...

Traits

Test Classes