Project

General

Profile

Task #100172

Updated by Oliver Hader about 1 year ago

Converting the class to an enum is possible since 
 due to: 

 * the constructor is private, private 
 * property $type is not exposed, exposed 
 * public functions are kept. kept

Back