206 $this->childActions = $actions;
215 if ($this->childActions !== NULL) {
246 $arrayRepresentation = array(
248 'id' => $this->
getId(),
255 $arrayRepresentation[
'childActions'] =
'';
257 $arrayRepresentation[
'childActions'] = $this->childActions->toArray();
259 return $arrayRepresentation;