API Documentation

Tool/Project/Profile/Iterator/ContextFilter.php

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-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Tool  
subpackage
Framework  
version
$Id: ContextFilter.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Tool_Project_Profile_Iterator_ContextFilter

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

Extends from
\RecursiveFilterIterator
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Tool  

Properties

Propertyprotectedarray  $_acceptNames= 'array'

Default valuearrayDetails
Type
array
Propertyprotectedarray  $_acceptTypes= 'array'

Default valuearrayDetails
Type
array
Propertyprotectedarray  $_denyNames= 'array'

Default valuearrayDetails
Type
array
Propertyprotectedarray  $_denyTypes= 'array'

Default valuearrayDetails
Type
array
Propertyprotectedarray  $_rawOptions= 'array'

Default valuearrayDetails
Type
array

Methods

methodpublic__construct( \RecursiveIterator $iterator, array $options = array ) : void

__construct()

Parameters
Name Type Description
$iterator \RecursiveIterator
$options array
methodpublicaccept( ) : bool

accept() is required by teh RecursiveFilterIterator

Returns
Type Description
bool
methodpubliccurrent( ) : void

Inherited from:
methodpublicgetChildren( ) : \unknown

getChildren()

This is here due to a bug/design issue in PHP

Returns
Type Description
\unknown
Details
link
 
methodpublicgetInnerIterator( ) : void

Inherited from:
methodpublichasChildren( ) : void

Inherited from:
methodpublickey( ) : void

Inherited from:
methodpublicnext( ) : void

Inherited from:
methodpublicrewind( ) : void

Inherited from:
methodpublicsetAcceptNames( array|string $acceptNames ) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setAcceptNames()

Parameters
Name Type Description
$acceptNames array|string
Returns
Type Description
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetAcceptTypes( array|string $acceptTypes ) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setAcceptTypes()

Parameters
Name Type Description
$acceptTypes array|string
Returns
Type Description
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetDenyNames( array|string $denyNames ) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setDenyNames()

Parameters
Name Type Description
$denyNames array|string
Returns
Type Description
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetDenyTypes( array|string $denyTypes ) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setDenyTypes()

Parameters
Name Type Description
$denyTypes array|string
Returns
Type Description
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetOptions( array $options ) : void

setOptions()

Parameters
Name Type Description
$options array
methodpublicvalid( ) : void

Inherited from:
Documentation was generated by DocBlox 0.13.3.