phpbar.de logo

Mailinglisten-Archive

[php] parent::property

[php] parent::property

"patrick müller (aka elias)" ghostwwinside at gmx.net
Don Apr 1 20:13:05 CEST 2004


Konstantin Rekk wrote:

> statische Variablen (Property) gibt es erst ab PHP5,
> statische Methoden schon in PHP4,
> 
> ob A::fct() oder in B parent::fct() ist egal, bis auf
> parent nur in abgeleiteter Klasse, 
> aber A::fasdfad() erwartet (), da nur mit Funktionen gültig,
> also A::tralala - Parsefehler!
> 
> in OOP (java) sind statische Properties nichts anderes als Konstanten,
> 
> also Eigenschaften Zugriff mit
> $a = new A();
> $a->tralala;
> $b = new B();
> $b->tralala; // wenn überschrieben, dann die von B, sonst von A
> 
> in php5 dann auch A::tralala ;-)

Danke! Das verstehe ich und ich fühle mich auch verstanden!

php::bar PHP Wiki   -   Listenarchive