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_Delegate

Delegate class base

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/Delegate.php
Methods summary
public
# __construct( object $delegatee = null )

Creates an object with delegation target. This method should be called in constructor in inherited class.

public function __construct(..., $delegatee, ...)
{
    parent::__construct($delegatee);
}

Creates an object with delegation target. This method should be called in constructor in inherited class.

public function __construct(..., $delegatee, ...)
{
    parent::__construct($delegatee);
}

Parameters

$delegatee
object
$delegatee;
public
# __get( mixed $name )
public
# __set( mixed $name, mixed $value )
public
# __isset( mixed $name )
public
# __call( mixed $name, mixed $args )
Properties summary
protected mixed $__delegatee__
#
Pinoco 0.8.0 Documentation API documentation generated by ApiGen 2.8.0