Application/Bootstrap/ResourceBootstrapper.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
    Bootstrap  
    Version
    $Id$  

    \Zend_Application_Bootstrap_ResourceBootstrapper

    Package: Zend_Application\Bootstrap
    Interface for bootstrap classes that utilize resource plugins
    Category
    Zend  
    Copyright
    Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
    License
    New BSD License  

    Methods

    methodpublicgetPluginLoader() : \Zend_Loader_PluginLoader

    Retrieve plugin loader for resources

    Returns
    TypeDescription
    \Zend_Loader_PluginLoader
    methodpublicgetPluginResource(string $resource) : \Zend_Application_Resource_Resource

    Retrieve resource

    Parameters
    NameTypeDescription
    $resourcestring
    Returns
    TypeDescription
    \Zend_Application_Resource_Resource
    methodpublicgetPluginResourceNames() : array

    Get just resource names

    Returns
    TypeDescription
    array
    methodpublicgetPluginResources() : array

    Get all resources

    Returns
    TypeDescription
    array
    methodpublichasPluginResource(string $resource) : bool

    Is the requested resource registered?

    Parameters
    NameTypeDescription
    $resourcestring
    Returns
    TypeDescription
    bool
    methodpublicregisterPluginResource(string | \Zend_Application_Resource_Resource $resource, null | array | \Zend_Config $options = null) : \Zend_Application_Bootstrap_ResourceBootstrapper

    Register a resource with the bootstrap

    Parameters
    NameTypeDescription
    $resourcestring | \Zend_Application_Resource_Resource
    $optionsnull | array | \Zend_Config
    Returns
    TypeDescription
    \Zend_Application_Bootstrap_ResourceBootstrapper
    methodpublicsetPluginLoader( $loader) : \Zend_Application_Bootstrap_ResourceBootstrapper

    Set plugin loader to use to fetch resources

    Parameters
    NameTypeDescription
    $loader
    Returns
    TypeDescription
    \Zend_Application_Bootstrap_ResourceBootstrapper
    methodpublicunregisterPluginResource(string | \Zend_Application_Resource_Resource $resource) : \Zend_Application_Bootstrap_ResourceBootstrapper

    Unregister a resource from the bootstrap

    Parameters
    NameTypeDescription
    $resourcestring | \Zend_Application_Resource_Resource
    Returns
    TypeDescription
    \Zend_Application_Bootstrap_ResourceBootstrapper
    Documentation was generated by phpDocumentor 2.2.0 .