<?php
namespace ConcreteCoreFileEvent;
use ConcreteCoreFileSetSet;
use SymfonyComponentEventDispatcherEvent as AbstractEvent;
class FileSet extends AbstractEvent
{
protected $fs;
public function __construct(Set $fs)
{
$this->fs = $fs;
}
public function getFileSetObject()
{
return $this->fs;
}
}