| Uses | Zend_Application_Resource_Resource |
| Category | Zend |
| Package | Zend_Application |
| Subpackage | Resource |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |

abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource
| Uses | Zend_Application_Resource_Resource |
| Category | Zend |
| Package | Zend_Application |
| Subpackage | Resource |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_bootstrap | Parent bootstrap |
| # $_options | Options for the resource |
| # $_skipOptions | Option keys to skip when calling setOptions() |
| + __construct() | Create a instance with options |
| + getBootstrap() | Retrieve the bootstrap to which the resource is attached |
| + getOptions() | Retrieve resource options |
| + mergeOptions() | Merge options recursively |
| + setBootstrap() | Set the bootstrap to which the resource is attached |
| + setOptions() | Set options from array |
protected $_bootstrapprotected $_options = array()protected $_skipOptions = array(
'options',
'config',
)
public function __construct( |
$options = null)
|
mixed $options |
public function getBootstrap( |
)
|
Zend_Application_Bootstrap_Bootstrapper
public function getOptions( |
)
|
public function mergeOptions( |
array $array1)
|
array $array1 |
|
mixed $array2 |
public function setBootstrap( |
)
|
|
public function setOptions( |
array $options)
|