[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-stdlib/src/ -> AbstractOptions.php (summary)

Zend Framework (http://framework.zend.com/)

Copyright: Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 176 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  __construct()
  setFromArray()
  toArray()
  __set()
  __get()
  __isset()
  __unset()

Functions
Functions that are not part of a class:

__construct($options = null)   X-Ref
Constructor

param: array|Traversable|null $options

setFromArray($options)   X-Ref
Set one or more configuration properties

param: array|Traversable|AbstractOptions $options
return: AbstractOptions Provides fluent interface

toArray()   X-Ref
Cast to array

return: array

__set($key, $value)   X-Ref
Set a configuration property

param: string $key
param: mixed $value
return: void

__get($key)   X-Ref
Get a configuration property

param: string $key
return: mixed

__isset($key)   X-Ref
Test if a configuration property is null

param: string $key
return: bool

__unset($key)   X-Ref
Set a configuration property to NULL

param: string $key
return: void



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1