1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 14:18:30 +01:00

moving a filter iterator class

This commit is contained in:
Dave Olsen 2014-05-30 22:38:42 -04:00
parent 0a64d451a6
commit 9ac5d7a510

View File

@ -1,7 +1,7 @@
<?php
/*!
* Pattern Lab Snapshot Filter Iterator - v0.7.12
* Snapshot Filter Iterator
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
@ -10,9 +10,9 @@
*
*/
namespace PatternLab;
namespace PatternLab\Snapshot;
class SnapshotFilterIterator extends \RecursiveFilterIterator {
class FilterIterator extends \RecursiveFilterIterator {
public static $FILTERS = array(
'snapshots',