Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • controllers
      • models
    • components
      • areyouahuman
      • auth
        • motp
        • oath
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • events
        • default
      • exchange
        • rates
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
          • quickbooks
            • invoice
      • json
      • modules
      • net
        • amazon
          • s3
        • http
        • net
          • geo
            • ip
      • plugins
      • recaptcha
      • reports
        • aging
          • invoices
        • custom
          • report
        • invoice
          • creation
        • tax
          • liability
        • transactions
          • applied
          • received
      • security
      • session
        • cart
      • settingscollection
      • upgrades
        • tasks
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
      • widget
        • client
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • form
      • html
      • javascript
      • xml
    • lib
  • None
  • PHP

Classes

  • Security

Class Security

Security factory that wraps PHPSecLib.

Package: blesta\components\security
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/security/security.php

Methods summary

public static object
# create( string $lib, string $class, array $params = array() )

Creates a new instance of the given PHPSecLib library

Creates a new instance of the given PHPSecLib library

Parameters

$lib
string
$lib The Library to load from (directory)
$class
string
$class The class library file name (without .php extension)
$params
array
$params Parameters to pass to the construtor (if any)

Returns

object
Returns an instance of the given class (where class name is $lib . "_" . $class)

Magic methods summary

Blesta API documentation generated by ApiGen 2.8.0