Overview

Packages

  • blesta
    • app
      • controllers
      • models
    • components
      • auth
        • ldap
        • motp
        • oath
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • events
      • exchange
        • rates
          • currency
            • layer
          • fixer
          • open
            • exchange
              • rates
          • x
            • rates
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
          • perforated
            • invoice
          • quickbooks
            • invoice
          • templates
            • default
      • modules
      • net
        • amazon
          • s3
        • http
        • net
          • geo
            • ip
      • plugins
      • reports
        • aging
          • invoices
        • client
          • data
            • portability
        • custom
          • report
        • invoice
          • creation
        • package
          • revenue
        • tax
          • liability
        • transactions
          • applied
          • received
      • security
      • session
        • cart
      • settingscollection
      • upgrades
        • tasks
      • upload
      • vcard
    • core
      • Automation
        • Tasks
          • Common
          • Task
        • Type
          • Common
          • Cron
      • Pricing
        • ItemComparator
        • MetaItem
        • Modifier
          • Type
            • Description
              • Type
                • Discount
                • Option
                • Service
                • Tax
            • Discount
            • Price
            • Proration
        • Presenter
          • Build
            • Invoice
            • InvoiceData
            • Options
            • Service
            • ServiceChange
            • ServiceData
          • Collection
          • Format
            • Fields
            • Type
              • Discount
              • Item
              • Option
              • Options
              • Package
              • Pricing
              • Service
              • Tax
          • Items
            • Invoice
            • Service
          • Type
      • ServiceProviders
      • Util
        • Captcha
          • Captchas
          • Common
        • Common
          • Traits
        • Events
          • Common
          • Handlers
          • Observers
        • Filters
          • Common
        • GeoIp
        • Input
          • Fields
            • Common
        • Tax
        • Widgets
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
      • widget
        • client
  • minPHP
    • helpers
      • color
      • data
        • structure
  • None
  • PHP

Classes

  • AbstractCaptcha

Interfaces

  • CaptchaInterface
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class AbstractCaptcha

Abstract captcha

Blesta\Core\Util\Captcha\Common\AbstractCaptcha implements Blesta\Core\Util\Captcha\Common\CaptchaInterface

Direct known subclasses

Blesta\Core\Util\Captcha\Captchas\InternalCaptcha, Blesta\Core\Util\Captcha\Captchas\ReCaptcha
Abstract
Namespace: Blesta\Core\Util\Captcha\Common
Package: blesta\core\Util\Captcha\Common
Copyright: Copyright (c) 2019, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at core/Util/Captcha/Common/AbstractCaptcha.php
Methods summary
public
# __construct( )

Init

Init

public array
# errors( )

Retrieves any errors associated with the captcha

Retrieves any errors associated with the captcha

Returns

array
An array of errors

Implementation of

Blesta\Core\Util\Captcha\Common\CaptchaInterface::errors()
protected
# setErrors( array $errors )

Sets the given errors

Sets the given errors

Parameters

$errors

An array of error messages in the format:

  • ['name' => ['type' => 'Error Message']]
Methods inherited from Blesta\Core\Util\Captcha\Common\CaptchaInterface
buildHtml(), setOptions(), verify()
Properties summary
protected Minphp\Html\Html $Html

An instance of Html

An instance of Html

#
Blesta API documentation generated by ApiGen