7 lines
		
	
	
		
			131 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| namespace nur\v\model;
 | |
| 
 | |
| interface IIconManager {
 | |
|   function getIcon(string $name, $suffix=null, ?string $alt=null): array;
 | |
| }
 |