PHP - Interfaces and Traits
Which of the following is the correct syntax to use two traits TraitOne and TraitTwo inside a class with a single use statement?
Which of the following is the correct syntax to use two traits TraitOne and TraitTwo inside a class with a single use statement?
use keyword.use statement with both traits separated by a comma.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions