[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/library/ezc/Graph/src/interfaces/ -> dataset_property.php (summary)

File containing the abstract ezcGraphDataSetProperty class

Copyright: Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
License: http://ez.no/licenses/new_bsd New BSD License
Version: 1.5
File Size: 209 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  __construct()
  __set()
  __get()
  offsetExists()
  offsetGet()
  offsetSet()
  offsetUnset()

Functions
Functions that are not part of a class:

__construct( ezcGraphDataSet $dataset )   X-Ref
Constructor

param: ezcGraphDataSet $dataset
return: void

__set( $name, $value )   X-Ref
Set the default value for this property

param: string $name Property name
param: mixed $value Property value
return: void

__get( $name )   X-Ref
Get the default value for this property

param: string $name Property name
return: mixed

offsetExists( $key )   X-Ref
Returns if an option exists.
Allows isset() using ArrayAccess.

param: string $key The name of the option to get.
return: bool Wether the option exists.

offsetGet( $key )   X-Ref
Returns an option value.
Get an option value by ArrayAccess.

param: string $key The name of the option to get.
return: mixed The option value.

offsetSet( $key, $value )   X-Ref
Set an option.
Sets an option using ArrayAccess.

param: string $key The option to set.
param: mixed $value The value for the option.
return: void

offsetUnset( $key )   X-Ref
Unset an option.
Unsets an option using ArrayAccess.

param: string $key The options to unset.
return: void



Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7