mise en place du templatind dans Thelia
This commit is contained in:
20
core/lib/Thelia/Controller/NullControllerInterface.php
Normal file
20
core/lib/Thelia/Controller/NullControllerInterface.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Controller;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||
*/
|
||||
|
||||
interface NullControllerInterface {
|
||||
|
||||
/**
|
||||
* Nothing to do
|
||||
*/
|
||||
public function noAction(Request $request);
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user