Beispiel #1
0
 protected function _toArrayWithoutPrimaryKeys()
 {
     // TODO: wird in service model momentan nicht korrekt aufgerufen
     // theoretisch müssten dort auch die primarys von den siblings entfernt werden
     // aber der service hat momentan eh keine siblings.
     // test case wäre:
     return parent::_toArrayWithoutPrimaryKeys();
 }