Silla.IO API
  • Namespace
  • Class
  • Tree
  • Todo
  • Download

Namespaces

  • App
    • Controllers
  • CMS
    • Controllers
    • Helpers
    • Models
  • Configurations
    • CI
    • Development
    • Production
    • Staging
  • Core
    • Base
    • CLI
      • Cache
      • DB
    • Helpers
    • Modules
      • Cache
        • Adapters
        • Interfaces
      • Crypt
      • DB
        • Adapters
        • Decorators
          • Interfaces
        • Features
          • Paginator
        • Interfaces
      • Registry
      • Render
        • Adapters
        • Interfaces
      • Router
      • Session
        • Adapters
        • Interfaces
  • None
  • Tasks
    • DB

Classes

  • Captcha
  • CMSUsers
  • DataTables
  • Export
  • FlashMessage
  • Ownership
  • PDF

Class Captcha

Captcha Message Helper Class definition.

Namespace: CMS\Helpers
Located at helpers/captcha.php

Methods summary

public static Captcha\Captcha
# get( array $configuration )

Fetches the HTML for the captcha.

Fetches the HTML for the captcha.

Parameters

$configuration
Configuration data.

Returns

Captcha\Captcha

Uses

Core\Session()
public static boolean
# isValid( Captcha\Captcha $captcha )

Check if submitted captcha is valid.

Check if submitted captcha is valid.

Parameters

$captcha
Captcha instance.

Returns

boolean
public static string
# getTemplate( Captcha\Captcha $captcha )

Retrieve captcha Template.

Retrieve captcha Template.

Parameters

$captcha
Captcha instance.

Returns

string
Silla.IO API API documentation generated by ApiGen