PHP insteadof Keyword

PHP Keywords : Use insteadof to choose methods from different traits

Definition and Usage

The insteadof keyword allows you to select from which trait a method should be taken if more than one trait has a method with the same name.

Related Pages

The trait keyword

Read more about traits in our PHP OOP - Traits Tutorial.

❮ PHP Keywords