ICanBoogie/Module master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Module

Classes

  • Descriptor
  • Hooks
  • ModelCollection
  • ModuleCollection
  • ModuleRoute
  • ModuleTemplateResolver

Traits

  • ControllerBindings
  • CoreBindings

Exceptions

  • ModuleCollectionInstallFailed
  • ModuleConstructorMissing
  • ModuleIsDisabled
  • ModuleNotDefined

Trait ControllerBindings

\ICanBoogie\Routing\Controller prototype bindings.

Namespace: ICanBoogie\Module
See: \ICanBoogie\Module\Hooks::controller_fetch_records
See: \ICanBoogie\Module\Hooks::controller_fetch_record
Located at ControllerBindings.php

Methods summary

Magic methods summary

public ICanBoogie\Facets\RecordCollection
# fetch_records( array $modifiers )

Fetches records using the controller records_fetcher.

Fetches records using the controller records_fetcher.

Parameters

$modifiers

Returns

ICanBoogie\Facets\RecordCollection
public ICanBoogie\ActiveRecord
# fetch_record( array $modifiers, & $fetcher = null )

Fetches a record using the controller records_fetcher.

Fetches a record using the controller records_fetcher.

Parameters

$modifiers
$fetcher

Returns

ICanBoogie\ActiveRecord

Properties summary

Magic properties

public ICanBoogie\Facets\Fetcher $records_fetcher
public read-only ICanBoogie\Core $app
public read-only ICanBoogie\Module $module
public read-only ICanBoogie\ActiveRecord\Model $model
public read-only ICanBoogie\Module\ModuleRoute $route
ICanBoogie/Module master API documentation generated by ApiGen