Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/File/Event/FileSet.php
Строк: 19
<?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;
    }

}
Онлайн: 3
Реклама