PHP üzerinde parent özelliğini alın

0 Cevap
MySuperCooLFunction($object->property1->property2->property3);

...

public function MySuperCooLFunction($args) {
   // retreive property 3
   // retreive property 2
   // retreive property 1
}

Bunu yapmak için yine de var mı?

0 Cevap