Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/File/Event/FileVersion.php
Строк: 23
<?php
namespace ConcreteCoreFileEvent;

use 
ConcreteCoreFileVersion;
use 
SymfonyComponentEventDispatcherEvent as AbstractEvent;

class 
FileVersion extends AbstractEvent
{

    protected 
$fv;

    public function 
__construct(Version $fv)
    {
        
$this->fv $fv;
    }

    public function 
getFileVersionObject()
    {
        return 
$this->fv;
    }

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