PHP bir süper yöntemini çağırma

0 Cevap php

PHP böyle bir şey yapabilirsiniz:

function foo()
{
    super->foo();

    // do something
}

0 Cevap