Overview

Packages

  • Pinoco
    • PAL

Classes

  • Pinoco
  • Pinoco_Delegate
  • Pinoco_DynamicVars
  • Pinoco_HttpRequestVars
  • Pinoco_List
  • Pinoco_MIMEType
  • Pinoco_NativeRenderer
  • Pinoco_NothingVars
  • Pinoco_NullRenderer
  • Pinoco_OptionalParam
  • Pinoco_Pagination
  • Pinoco_PDOStatementWrapper
  • Pinoco_PDOWrapper
  • Pinoco_Renderer
  • Pinoco_Router
  • Pinoco_TALRenderer
  • Pinoco_TestEnvironment
  • Pinoco_Validator
  • Pinoco_ValidatorContext
  • Pinoco_Vars

Interfaces

  • Pinoco_ArrayConvertible

Functions

  • __pinoco_autoload_impl
  • Overview
  • Package
  • Class
  • Tree

Class Pinoco_Renderer

Abstract HTML page renderer.

Direct known subclasses

Pinoco_NativeRenderer, Pinoco_NullRenderer, Pinoco_TALRenderer
Abstract
Package: Pinoco
Copyright: Copyright 2010-2012, Hisateru Tanaka <tanakahisateru@gmail.com>
License: License (http://www.opensource.org/licenses/mit-license.php)
Author: Hisateru Tanaka <tanakahisateru@gmail.com>
Located at Pinoco/Renderer.php
Methods summary
public
# __construct( Pinoco & $sys )

Constructor

Constructor

Parameters

$sys
Pinoco
$sys
public
# __toString( )
public mixed
# __get( string $name )

Properties reader.

Properties reader.

Parameters

$name
string
$name

Returns

mixed
public mixed
# __set( string $name, mixed $value )

Properties writer. This protects read only property "cfg".

Properties writer. This protects read only property "cfg".

Parameters

$name
string
$name
$value
mixed
$value

Returns

mixed
protected
# render( string $page, array $extravars = array() )

HTML page rendering implementation.

HTML page rendering implementation.

Parameters

$page
string
$page
$extravars
array
$extravars
public
# prepareAndRender( string $page, array $extravars = array() )

Executes rendering with calling before_rendering handler.

Executes rendering with calling before_rendering handler.

Parameters

$page
string
$page
$extravars
array
$extravars
Properties summary
protected Pinoco $_sysref
#
protected Pinoco_Vars $_cfg
#
protected callable $_before_rendering
#
Magic properties summary
public Pinoco_Vars $cfg
#
public callable $before_rendering
#
Pinoco 0.8.0 Documentation API documentation generated by ApiGen 2.8.0