Yes, it’s called parent:: though.
public function foo()
{
parent::foo(); // this is not a static method call, even though it looks like one
//do something
}
Yes, it’s called parent:: though.
public function foo()
{
parent::foo(); // this is not a static method call, even though it looks like one
//do something
}