ICanBoogie/Render master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Render
      • EngineCollection
      • Renderer
      • TemplateResolver

Classes

  • BasicTemplateResolver
  • EngineCollection
  • EngineNotAvailable
  • EngineNotDefined
  • PHPEngine
  • Renderer
  • StringObject
  • TemplateName

Interfaces

  • Engine
  • Exception
  • TemplateResolver
  • TemplateResolverDecorator

Traits

  • TemplateResolverDecoratorTrait
  • TemplateResolverTrait

Exceptions

  • InvalidRenderTarget
  • TemplateNotFound

Functions

  • get_engines
  • get_renderer
  • get_template_resolver
  • render

Class InvalidRenderTarget

Exception thrown when the target to render is invalid.

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

Methods summary

public
# __construct( mixed $target, string $message = null, integer $code = 500, ICanBoogie\Render\Exception $previous = null )

InvalidRenderTarget constructor.

InvalidRenderTarget constructor.

Parameters

$target
$message
$code
$previous

Overrides

Exception::__construct
protected string
# format_message( mixed $target )

Format exception message.

Format exception message.

Parameters

$target

Returns

string

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 mixed $target
ICanBoogie/Render master API documentation generated by ApiGen