Jump to content

[php] Domknięcia i self


dj.drezyna

Recommended Posts

Witam!

//Klasa statyczna Opis
static private function regexp($tekst,$typ) {
return preg_replace_callback(self::$$typ,function($zna) use ($typ) {
return Opis::span($zna[0],$typ);
},$tekst);
}

I problem pojawia się taki: jak w klauzuli use umieścić referencję do self, ponieważ inaczej metoda Opis::span musi być publiczna.

 

Bardzo będę wdzięczny za pomoc, pozdrawiam serdecznie!

Galeria przyrodnicza http://fotokrajobrazy.warmia.pl

Link to comment
Share on other sites

  • 2 years later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...