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

  • AlterColumnsEvent
  • AlterQueryEvent
  • AlterRenderedCellsEvent
  • BooleanCellRenderer
  • BooleanColumn
  • CellRenderer
  • Column
  • DateColumn
  • DateTimeColumn
  • EditColumn
  • EditDecorator
  • FilterDecorator
  • HeaderRenderer
  • KeyColumn
  • Options
  • RegisterColumnsEvent
  • SizeColumn
  • Translator

Class Options

Display options of the manager element.

The metas of the current user are used to persist the options.

Namespace: Icybee\ManageBlock
Located at vendor/icybee/icybee/lib/blocks/manage/options.php

Methods summary

public
# __construct( mixed $name )
public
# __set( mixed $property, mixed $value )
public
# reset( )

Reset the options.

Reset the options.

public array[string]mixed
# to_array( )

Returns an array representation of the object.

Returns an array representation of the object.

Returns

array[string]mixed
public array
# retrieve( )

Retrieves previously used options.

Retrieves previously used options.

Returns

array
Previously used options, or brand new ones is none were defined.
public
# store( )

Store options for later use.

Store options for later use.

public Icybee\ManageBlock\Options
# update( array $modifiers )

Update the options according to the specified modifiers.

Update the options according to the specified modifiers.

Parameters

$modifiers
array
$modifiers

Returns

Icybee\ManageBlock\Options
public boolean
# is_filtering( string $column_id = null )

Checks if the view is filtered.

Checks if the view is filtered.

Parameters

$column_id
string
$column_id This optional parameter can be used to check if the filter is applied to a specific column.

Returns

boolean

Magic methods summary

Properties summary

public integer $start
#
public integer $limit
#
public mixed $order_by
#
public mixed $order_direction
#
public mixed $search
#
public array $filters
#
Autodoc API documentation generated by ApiGen 2.8.0