fetchBehaviors(); /*if (isset($Behaviors['debug'])) { echo "
" . preprint($Behaviors['debug']) . "
"; } if (isset($Behaviors['messages'])) { echo "
" . preprint($Behaviors['messages']) . "
"; }*/ if ($Behaviors['data']) { $table = APIgoatDoc::getDocs($Behaviors['data'], ['Code' => 'Parameters']); return $content . div($table, '', "class='site-main'"); } else { return $content . "
Error" . preprint($Behaviors); } } }