ICanBoogie/Routing v2.4.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Routing
      • Controller
      • Dispatcher
      • Route

Classes

  • ActionController
  • Controller
  • Dispatcher
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • Routes

Interfaces

  • Exception
  • ToSlug

Exceptions

  • ActionNotDefined
  • ControllerNotDefined
  • PatternNotDefined
  • PatternRequiresValues
  • RouteNotDefined

Functions

  • absolutize_url
  • contextualize
  • decontextualize

Class PatternRequiresValues

Exception thrown in attempt to format a pattern requiring values without providing any.

Exception implements Throwable
Extended by LogicException
Extended by InvalidArgumentException
Extended by ICanBoogie\Routing\PatternRequiresValues implements ICanBoogie\Routing\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Routing
Located at PatternRequiresValues.php

Methods summary

protected
# get_pattern( )
public
# __construct( ICanBoogie\Routing\Pattern $pattern, $message = "The pattern requires values to be formatted.", $code = 500, ICanBoogie\Routing\Exception $previous = null )

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

Magic properties

public read-only string $pattern
ICanBoogie/Routing v2.4.0 API documentation generated by ApiGen