SproutCMS

This is the code documentation for the SproutCMS project

function __callStatic()

Auto-wrapper around Fb methods

Will wrap the Fb method with the same name as the called method, e.g. Form::datepicker wraps Fb::datepicker
Wrapping is done using Form::fieldAuto

Usage

string Form::__callStatic ( string $func , array $args );

Arguments

  1. string $func
    Method name
  2. array $args
    Method arguments

Return value

  • string
    HTML