ClassInterface mpIArrayManager

Description

Interface for array manager

Located in /contenido/classes/mp/class.mparraymanager.php (line 45)


	
			
Method Summary
 bool exists (string $path)
 mixed get (string $path, [string $default = null])
 void set (string $path, string $value)
Methods
exists (line 53)

Checks if an entry exists.

  • return: True if exists, otherwhise false
  • access: public
bool exists (string $path)
  • string $path: The path (array structure) to the entry
get (line 62)

Returns the value by passed path.

  • return: The value
  • access: public
mixed get (string $path, [string $default = null])
  • string $path: Path (array structure) to the entry
  • string $default: Default value to return, if no entry exists.
set (line 70)

Sets the value by passed path.

  • access: public
void set (string $path, string $value)
  • string $path: Path (array structure) to the entry
  • string $value: New value to set.

Documentation generated on Sun, 08 Feb 2009 22:00:42 +0100 by phpDocumentor 1.4.1