SproutCMS

This is the code documentation for the SproutCMS project

function edit()

Shows an edit form for the specified item

Usage

void $AdminController->edit ( string $type , int $id );

Arguments

  1. string $type
    The type of item to show the edit form of
  2. int $id
    The id of the record to edit

Return value

  • void