SproutCMS

This is the code documentation for the SproutCMS project

function __call()

Handles methods that do not exist.

Usage

void $BaseController->__call ( string $method , array $args );

Arguments

  1. string $method
    method name
  2. array $args
    arguments

Return value

  • void