Overview

Packages

  • Support

Classes

  • Horde_Support_Array
  • Horde_Support_Backtrace
  • Horde_Support_CombineStream
  • Horde_Support_ConsistentHash
  • Horde_Support_Guid
  • Horde_Support_Inflector
  • Horde_Support_Memory
  • Horde_Support_Numerizer
  • Horde_Support_Numerizer_Locale_Base
  • Horde_Support_Numerizer_Locale_De
  • Horde_Support_Numerizer_Locale_Pt
  • Horde_Support_Randomid
  • Horde_Support_Stack
  • Horde_Support_StringStream
  • Horde_Support_Stub
  • Horde_Support_Timer
  • Horde_Support_Uuid
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Support_Stub

Class that can substitute for any object and safely do nothing.

Copyright 2008-2012 Horde LLC (http://www.horde.org/)

Package: Support
Category: Horde
License: http://www.horde.org/licenses/bsd
Located at Horde/Support/Stub.php
Methods summary
public string
# __toString( )

Cooerce to an empty string

Cooerce to an empty string

Returns

string
public null
# __get( string $key )

Return self for any requested property.

Return self for any requested property.

Parameters

$key
The requested object property

Returns

null
public null
# __call( string $method, array $args )

Gracefully accept any method call and do nothing.

Gracefully accept any method call and do nothing.

Parameters

$method
The method that was called
$args
The method's arguments

Returns

null
public static null
# __callStatic( string $method, array $args )

Gracefully accept any static method call and do nothing.

Gracefully accept any static method call and do nothing.

Parameters

$method
The method that was called
$args
The method's arguments

Returns

null
API documentation generated by ApiGen