Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Tool_Project_Profile_Resource_SearchConstraints Class Reference

Public Member Functions

 __construct ($options=null)
 __construct()
 
 setOptions (Array $option)
 setOptions()
 
 addConstraint ($constraint)
 addConstraint()
 
 getConstraint ()
 getConstraint()
 

Protected Member Functions

 _makeConstraint ($name, $params)
 _makeConstraint
 

Protected Attributes

 $_constraints = array()
 

Constructor & Destructor Documentation

__construct (   $options = null)

__construct()

Parameters
array | string$options

Member Function Documentation

_makeConstraint (   $name,
  $params 
)
protected

_makeConstraint

Parameters
string$name
mixed$params
Returns
ArrayObject
addConstraint (   $constraint)

addConstraint()

Parameters
string | array$constraint
Returns
Zend_Tool_Project_Profile_Resource_SearchConstraints
getConstraint ( )

getConstraint()

Returns
ArrayObject
setOptions ( Array  $option)

Member Data Documentation

$_constraints = array()
protected