Specifically, I am looking for a way to use the parent's constructor. parent::_constr uctor is not what I am looking for because the constructor is marked as private. Specifically, I'm trying to extend Log4PHP's LoggerLevel function.
What is an equivalent to Java's super keyword?
Collapse
X
Comment