Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • A
  • Actions
  • Alert
  • AlterCSSClassNamesEvent
  • AssetsCollector
  • Button
  • CSSCollector
  • Dataset
  • Date
  • DateRange
  • DateTime
  • Decorator
  • Document
  • DropdownMenu
  • Element
  • File
  • Form
  • Group
  • Helpers
  • HTMLString
  • Iterator
  • JSCollector
  • ListView
  • ListViewColumn
  • Modal
  • Pager
  • Popover
  • PopoverWidget
  • Ranger
  • RecursiveIterator
  • Salutation
  • Searchbox
  • Section
  • SplitButton
  • Text
  • Widget

Interfaces

  • CSSClassNames
  • DecoratorInterface
  • HTMLStringInterface
  • Validator

Traits

  • CSSClassNamesProperty

Exceptions

  • ElementIsEmpty

Functions

  • _array_flatten_callback
  • array_flatten
  • array_insert
  • check_session
  • dump
  • escape
  • escape_all
  • format
  • format_size
  • get_accessible_file
  • get_document
  • normalize
  • render_css_class
  • render_exception
  • retrieve_form
  • retrieve_form_errors
  • shorten
  • stable_sort
  • store_form
  • store_form_errors
  • strip
  • t

Class Helpers

Brickrouge helpers.

The following helpers are patchable:

  • Brickrouge\check_session()
  • Brickrouge\format()
  • Brickrouge\format_size()
  • Brickrouge\get_accessible_file()
  • Brickrouge\get_document()
  • Brickrouge\normalize()
  • Brickrouge\render_exception()
  • Brickrouge\retrieve_form()
  • Brickrouge\retrieve_form_errors()
  • Brickrouge\store_form()
  • Brickrouge\store_form_errors()
  • Brickrouge\t()
Namespace: Brickrouge
Located at vendor/brickrouge/brickrouge/lib/helpers.php

Methods summary

public static mixed
# __callstatic( string $name, array $arguments )

Calls the callback of a patchable function.

Calls the callback of a patchable function.

Parameters

$name
string
$name Name of the function.
$arguments
array
$arguments Arguments.

Returns

mixed
public static
# patch( string $name, collable $callback )

Patches a patchable function.

Patches a patchable function.

Parameters

$name
string
$name Name of the function.
$callback
collable
$callback Callback.

Throws

RuntimeException
is attempt to patch an undefined function.

Magic methods summary

public
# check_session( )
public string
# format( array $args = array() )

Parameters

$args

Returns

string
public string
# format_size( )

Returns

string
public string
# get_accessible_file( mixed $suffix = null )

Parameters

$suffix

Returns

string
public Brickrouge\Document
# get_document( )

Returns

Brickrouge\Document
public string
# normalize( )

Returns

string
public string
# render_exception( )

Returns

string
public Brickrouge\Form
# retrieve_form( )

Returns

Brickrouge\Form
public ICanboogie\Errors
# retrieve_form_errors( )

Returns

ICanboogie\Errors
public string
# store_form( )

Returns

string
public
# store_form_errors( ICanBoogie\Errors $errors = )

Parameters

$errors
public string
# t( array $args = array(), array $options = array() )

Parameters

$args
array
$options
$options

Returns

string

Constants summary

string STORE_KEY 'brickrouge.stored_forms'
#
integer STORE_MAX 10
#
Autodoc API documentation generated by ApiGen 2.8.0