LennartMart / Intraclub

PHP-programma voor organisatie intraclub van BC Landegem
www.bclandegem.be
1 stars 0 forks source link

Static Functions #5

Closed LennartMart closed 11 years ago

LennartMart commented 11 years ago

VB in klasse speler: functie get_alle_spelers. Dit vereist geen ingevuld object, maar geeft een lijst van Spelers terug.

Oplossing: static function van maken, zodat het kan opgeroepen worden als Speler::get_alle_spelers.

http://stackoverflow.com/questions/11347619/php-array-of-objects-by-static-methods-or-functions

LennartMart commented 11 years ago

Ofwel plain simpel constructor gebruiken en functie aanroepen. http://stackoverflow.com/questions/5986263/php-abstract-classes-and-interfaces-involving-static-methods