ICanBoogie
  • Documentation
  • API Reference
  • bind-routing master
Namespaces
  • ICanBoogie
    • Binding
      • Routing
Classes
  • BeforeSynthesizeRoutesEvent
  • Hooks
  • RouteDispatcherConstructor
  • SynthesizeRoutesEvent
Traits
  • ControllerBindings
  • CoreBindings
  • ForwardUndefinedPropertiesToApplication

Trait ForwardUndefinedPropertiesToApplication

Forwards undefined properties to the application.

Note: This trait is to be used by classes extending \ICanBoogie\Accessor\AccessorTrait.

Namespace: ICanBoogie\Binding\Routing
Located at ForwardUndefinedPropertiesToApplication.php

Methods summary

protected last_chance_get( string $property, boolean & $success ) : mixed

Tries to get the undefined property from the application.

Tries to get the undefined property from the application.

Parameters

$property
$success

Returns

mixed

Properties summary

Magic properties

public $app : ICanBoogie\Core
public read-only $routes : ICanBoogie\Routing\RouteCollection
bind-routing master – Check on GitHub – API documentation generated by ApiGen