public function publicMethod()
 {
     parent::publicMethod();
     $this->protectedMethod();
 }