[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/horde/framework/Horde/Support/ -> ObjectStub.php (summary)

Provides a wrapper around an object to return null for non-existent properties (instead of throwing an error). Copyright 2012-2014 Horde LLC (http://www.horde.org/)

Author: Michael Slusarz <slusarz@horde.org>
License: http://www.horde.org/licenses/bsd BSD
File Size: 69 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Horde_Support_ObjectStub:: (5 methods):
  __construct()
  __get()
  __set()
  __isset()
  __unset()


Class: Horde_Support_ObjectStub  - X-Ref


__construct($data)   X-Ref
Constructor

param: object $data  The original data object.

__get($name)   X-Ref
No description

__set($name, $value)   X-Ref
No description

__isset($name)   X-Ref
No description

__unset($name)   X-Ref
No description



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1