API Documentation

Tool/Project/Provider/Model.php

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_Tool
subpackage
Framework
version
$Id: Model.php 20967 2010-02-07 18:17:49Z ralph $
Classes
Zend_Tool_Project_Provider_Model

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_Tool_Project_Provider_Model

Extends from
Zend_Tool_Project_Provider_Abstract
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_Tool
Methods
createResource
hasResource
_getModelsDirectoryResource
create

Description

Methods

_getModelsDirectoryResource

_getModelsDirectoryResource( Zend_Tool_Project_Profile $profile, string $moduleName = null ) : Zend_Tool_Project_Profile_Resource

_getModelsDirectoryResource()

Arguments
$profile
Zend_Tool_Project_Profile
$moduleName
string
Details
visibility
protected
final
false
static
true

create

create( string $name, string $module = null ) :

Create a new model

Arguments
$name
string
$module
string
Details
visibility
public
final
false
static
false

createResource

createResource(  $profile,  $modelName,  $moduleName = null ) :
Arguments
$profile
$modelName
$moduleName
Details
visibility
public
final
false
static
true

hasResource

hasResource( Zend_Tool_Project_Profile $profile, string $modelName, string $moduleName = null ) : Zend_Tool_Project_Profile_Resource

hasResource()

Arguments
$profile
Zend_Tool_Project_Profile
$modelName
string
$moduleName
string
Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.