API Documentation

Application/Resource/ResourceAbstract.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Application
subpackage
Resource
version
$Id: ResourceAbstract.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Application_Resource_ResourceAbstract

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Application_Resource_ResourceAbstract

Implements
Zend_Application_Resource_Resource
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Application
subpackage
Resource
uses
Zend_Application_Resource_Resource
Properties
$_bootstrap
$_options
$_skipOptions
Methods
__construct
setOptions
getOptions
mergeOptions
setBootstrap
getBootstrap

Description

Abstract class for bootstrap resources

Properties

$_bootstrap

Zend_Application_Bootstrap_Bootstrapper $_bootstrap = ''

Parent bootstrap

Details

$_bootstrap
Zend_Application_Bootstrap_Bootstrapper
visibility
protected
default
final
false
static
false

$_options

array $_options = 'array'

Options for the resource

Details

$_options
array
visibility
protected
default
array
final
false
static
false

$_skipOptions

array $_skipOptions = 'array'

Option keys to skip when calling setOptions()

Details

$_skipOptions
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( mixed $options = null ) :

Create a instance with options

Arguments
$options
mixed
Details
visibility
public
final
false
static
false

getBootstrap

getBootstrap( ) : null|Zend_Application_Bootstrap_Bootstrapper

Retrieve the bootstrap to which the resource is attached

Details
visibility
public
final
false
static
false

getOptions

getOptions( ) : array

Retrieve resource options

Output
array
Details
visibility
public
final
false
static
false

mergeOptions

mergeOptions( array $array1, mixed $array2 = null ) : array

Merge options recursively

Arguments
$array1
array
$array2
mixed
Output
array
Details
visibility
public
final
false
static
false

setBootstrap

setBootstrap( Zend_Application_Bootstrap_Bootstrapper $bootstrap ) : Zend_Application_Resource_Resource

Set the bootstrap to which the resource is attached

Arguments
$bootstrap
Zend_Application_Bootstrap_Bootstrapper
Details
visibility
public
final
false
static
false

setOptions

setOptions( array $options ) : Zend_Application_Resource_ResourceAbstract

Set options from array

Arguments
$options
array
Configuration for resource
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.