SproutCMS

This is the code documentation for the SproutCMS project

function unlock()

Removes locks for the current user

Usage

void Admin::unlock ( [ string $ctlr [, int $record_id ]] );

Arguments

  1. string $ctlr = NULL
    Will refine lock removal by controller
  2. int $record_id = NULL
    Will refine lock removal by record id

Return value

  • void