mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Implemented methods in source controller
This commit is contained in:
		@@ -1,12 +1,32 @@
 | 
			
		||||
<?php
 | 
			
		||||
namespace App\Controller;
 | 
			
		||||
 | 
			
		||||
use Symfony\Component\HttpFoundation\Response;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 *
 | 
			
		||||
 * @author kevinfrantz
 | 
			
		||||
 *        
 | 
			
		||||
 */
 | 
			
		||||
class SourceController implements NodeControllerInterface
 | 
			
		||||
class SourceController implements SourceControllerInterface
 | 
			
		||||
{
 | 
			
		||||
    public function modify(int $id): Response
 | 
			
		||||
    {}
 | 
			
		||||
 | 
			
		||||
    public function show(int $id): Response
 | 
			
		||||
    {}
 | 
			
		||||
 | 
			
		||||
    public function activate(): Response
 | 
			
		||||
    {}
 | 
			
		||||
 | 
			
		||||
    public function create(): Response
 | 
			
		||||
    {}
 | 
			
		||||
 | 
			
		||||
    public function delete(): Response
 | 
			
		||||
    {}
 | 
			
		||||
 | 
			
		||||
    public function deactivate(): Response
 | 
			
		||||
    {}
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user