Skip to content

Instantly share code, notes, and snippets.

View olekhy's full-sized avatar
🤓
happy developer

Alexander Hutorezki olekhy

🤓
happy developer
View GitHub Profile
<?php
/**
* (non-PHPdoc)
* @see FilterIterator::accept()
*/
public function accept()
{
/* @var $file SplFileInfo */
$file = $this->current();
<?php
/**
* (non-PHPdoc)
* @see FilterIterator::accept()
*/
public function accept()
{
/* @var $file SplFileInfo */
$file = $this->current();
if ($this->isHidden($file->getFilename())) {