SproutCMS

This is the code documentation for the SproutCMS project

function addDbtoolsApi()

Register an API test form

Usage

void Register::addDbtoolsApi ( array $api );

Arguments

  1. array $api
    [
         title => (string) API name,
         desc => (string) subtitle,
         class => (string) => class name,
         method => (string) class method to load form
    ]

Return value

  • void