GetOptions()['block_entry_type']; $sBlockEntryOptions = $this->GetOptions()['block_entry_options']; $this->aOptions = []; $oBlock = new ($sBlockEntryType)('prototype', $sBlockEntryOptions); return [ 'entry_type' => $oBlock->GetFormType() ]; } }