19 lines
		
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?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
 | 
						|
}
 |