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

 Methods

constructor

__construct(\RecursiveIterator $iterator, string $denyDirectoryPattern = null, string $acceptFilePattern = null

Parameters

$iterator

\RecursiveIterator

$denyDirectoryPattern

string

$acceptFilePattern

string

accept() - Which iterable items to accept or deny, required by FilterInterface

accept() : \unknown

Returns

\unknown

getChildren() - overridden from RecursiveFilterIterator to allow the persistence of the $_denyDirectoryPattern and the $_acceptFilePattern when sub iterators of this filter are needed to be created.

getChildren() : \Zend_Tool_Framework_Loader_IncludePathLoader_RecursiveFilterIterator

Returns

\Zend_Tool_Framework_Loader_IncludePathLoader_RecursiveFilterIterator

 Properties

 

$_acceptFilePattern

$_acceptFilePattern 

Default

null
 

$_denyDirectoryPattern

$_denyDirectoryPattern 

Default

null