function b($x = 2)
 {
     $this->myvar = $x;
     parent::a();
 }