Scalr\Upgrade\FilesystemStorageIterator::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( $path )
    public function __construct($path)
    {
        $this->regex = '/^[\\da-f]{32}$/i';
        parent::__construct(new FilesystemIterator($path), $this->regex);
    }
FilesystemStorageIterator