Tool/Project/Profile/Iterator/ContextFilter.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_Tool  
Subpackage
Framework  
Version
$Id$  

\Zend_Tool_Project_Profile_Iterator_ContextFilter

Package: Zend_Tool
This class is an iterator that will iterate only over enabled resources
Parent(s)
\RecursiveFilterIterator
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedarray $_acceptNames = array()
Default valuearray()Details
Type
array
>VPropertyprotectedarray $_acceptTypes = array()
Default valuearray()Details
Type
array
>VPropertyprotectedarray $_denyNames = array()
Default valuearray()Details
Type
array
>VPropertyprotectedarray $_denyTypes = array()
Default valuearray()Details
Type
array
>VPropertyprotectedarray $_rawOptions = array()
Default valuearray()Details
Type
array

Methods

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

__construct()

Parameters
NameTypeDescription
$iterator\RecursiveIterator
$optionsarray
methodpublicaccept() : bool

accept() is required by teh RecursiveFilterIterator

Returns
TypeDescription
bool
methodpublicgetChildren() : \unknown

getChildren()

This is here due to a bug/design issue in PHP
Returns
TypeDescription
\unknown
Details
Link
 
methodpublicsetAcceptNames(array | string $acceptNames) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setAcceptNames()

Parameters
NameTypeDescription
$acceptNamesarray | string
Returns
TypeDescription
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetAcceptTypes(array | string $acceptTypes) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setAcceptTypes()

Parameters
NameTypeDescription
$acceptTypesarray | string
Returns
TypeDescription
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetDenyNames(array | string $denyNames) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setDenyNames()

Parameters
NameTypeDescription
$denyNamesarray | string
Returns
TypeDescription
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetDenyTypes(array | string $denyTypes) : \Zend_Tool_Project_Profile_Iterator_ContextFilter

setDenyTypes()

Parameters
NameTypeDescription
$denyTypesarray | string
Returns
TypeDescription
\Zend_Tool_Project_Profile_Iterator_ContextFilter
methodpublicsetOptions(array $options) : void

setOptions()

Parameters
NameTypeDescription
$optionsarray
Documentation was generated by phpDocumentor 2.2.0 .