PHP Basics

Traits

Table of Contents

Traits

Getter
Reads data from inaccessible properties by using magic methods.
OverloadingGetter
Overloads a class with readable magic properties.
OverloadingSetter
Overloads a class with writable magic properties.
Setter
Writes data to inaccessible properties by using magic methods.
Singleton
Allows just a single instance of the class using this trait.
TypeChecker
A generic data type checker.

        
On this page

Search results