Ive some clases that share some attributes, and i would like to do something like: $dog = (Dog) $cat;
Bu doktorunun veya çevresinde herhangi bir jenerik iş var?
Onun değil bir üst sınıf, ya da bir arabirimi veya herhangi bir şekilde ilgili. Onlar i php bir köpek, bir kedi sınıftan özelliklerini harita ve bana yeni bir nesne vermek istiyorum sadece 2 farklı clases vardır. -
Ben biraz daha fazla nedenini belirlemek için ihave yapmak anlamsız bir şey gibi görünüyor sanırım.
ive clases that inherits from diferents parent clases cause ive made an inheritance tree based on the saving method, maybe my bad from the begining, but the problem is that i have a lot of clases that are practically equal but interacts one with mysql and the otherone with xml files. so i have: class MySql_SomeEntity extends SomeMysqlInteract{} and Xml_SomeEntity extends SomeXmlInteract{} its a little bit deeper tree but the problem its that. i cant make them inherits from the same class cause multimple inheritance is not alowed, and i cant separate current interaction with superclases cause would be a big throuble.
Temel olarak, her birinde atributes aynı pratiktir.
ben bu maching clases çok şey var çünkü i dönüştürür (her özniteliğinde değerleri geçirmek) ve im ama bu clases herkese basit yolu aramak için çalışırken bazı genel döküm ya da bunun gibi bir şey yapmak istiyorum.