Aer/engine
belliash 8ab80ff8bc
Several fixes to multiple inheritance
* Only first inherited class should be available via 'parent' keyword
 * If class X extends Y, Z and both Y and Z implements a(), $this->a() should match to the first one
2018-07-28 11:53:56 +02:00
..
2018-07-27 21:19:59 +02:00
2018-07-22 19:25:12 +01:00
2018-07-21 11:30:41 +02:00
2018-07-28 11:53:56 +02:00