Application/Resource/Resource.php

Show: PublicProtectedPrivateinherited
    Table of Contents
    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.
    Category
    Zend  
    Copyright
    Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
    License
    New BSD License  
    Package
    Zend_Application  
    Subpackage
    Resource  
    Version
    $Id$  

    \Zend_Application_Resource_Resource

    Package: Zend_Application\Resource
    Interface for bootstrap resources
    Category
    Zend  
    Copyright
    Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
    License
    New BSD License  

    Methods

    methodpublic__construct(mixed $options = null) : void

    Constructor

    Must take an optional single argument, $options.
    Parameters
    NameTypeDescription
    $optionsmixed
    methodpublicgetBootstrap() : \Zend_Application_Bootstrap_Bootstrapper

    Retrieve the bootstrap to which the resource is attached

    methodpublicgetOptions() : array

    Retrieve resource options

    Returns
    TypeDescription
    array
    methodpublicinit() : mixed

    Strategy pattern: initialize resource

    Returns
    TypeDescription
    mixed
    methodpublicsetBootstrap(\Zend_Application_Bootstrap_Bootstrapper $bootstrap) : \Zend_Application_Resource_Resource

    Set the bootstrap to which the resource is attached

    Parameters
    NameTypeDescription
    $bootstrap\Zend_Application_Bootstrap_Bootstrapper
    Returns
    TypeDescription
    \Zend_Application_Resource_Resource
    methodpublicsetOptions(array $options) : \Zend_Application_Resource_Resource

    Set resource options

    Parameters
    NameTypeDescription
    $optionsarray
    Returns
    TypeDescription
    \Zend_Application_Resource_Resource
    Documentation was generated by phpDocumentor 2.2.0 .