19 lines
438 B
PHP
19 lines
438 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/PHPClass.php to edit this template
|
||
|
*/
|
||
|
|
||
|
namespace A2G\A2gMaps\Domain\Model;
|
||
|
|
||
|
use TYPO3\CMS\Extbase\Domain\Model\FileReference;
|
||
|
/**
|
||
|
* Description of SysFileReference
|
||
|
*
|
||
|
* @author raphael
|
||
|
*/
|
||
|
class SysFileReference extends FileReference {
|
||
|
//put your code here
|
||
|
}
|