Interface Classes
Interface classes define shared contracts for framework components. They ensure consistency, type safety, and maintainable structure across your codebase.
Table of Contents
- Interfaces Reference
Learn the best practices for defining and implementing class interfaces in Luminova. Understand how contracts enforce consistent behavior and how to properly adhere to interface specifications.