API Documentation

Tool/Project/Profile/Resource/SearchConstraints.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: SearchConstraints.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Project_Profile_Resource_SearchConstraints

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_Profile_Resource_SearchConstraints

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
Properties
$_constraints
Methods
__construct
setOptions
addConstraint
getConstraint
_makeConstraint

Description

This class is an iterator that will iterate only over enabled resources

Properties

$_constraints

array $_constraints = 'array'

Details

$_constraints
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( array|string $options = null ) :

__construct()

Arguments
$options
arraystring
Details
visibility
public
final
false
static
false

_makeConstraint

_makeConstraint( string $name, mixed $params ) : ArrayObject

_makeConstraint

Arguments
$name
string
$params
mixed
Output
ArrayObject
Details
visibility
protected
final
false
static
false

addConstraint

addConstraint( string|array $constraint ) : Zend_Tool_Project_Profile_Resource_SearchConstraints

addConstraint()

Arguments
$constraint
stringarray
Details
visibility
public
final
false
static
false

getConstraint

getConstraint( ) : ArrayObject

getConstraint()

Output
ArrayObject
Details
visibility
public
final
false
static
false

setOptions

setOptions( array $option ) : Zend_Tool_Project_Profile_Resource_SearchConstraints

setOptions()

Arguments
$option
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.