Initial commit

This commit is contained in:
2019-05-26 15:57:49 +02:00
commit 9f74ec1089
34290 changed files with 5059123 additions and 0 deletions

5770
cache/dev/CoreDevDebugProjectContainer.php vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,373 @@
<?php
use Symfony\Component\Routing\RequestContext;
use Symfony\Component\Routing\Exception\RouteNotFoundException;
use Psr\Log\LoggerInterface;
/**
* ProjectUrlGeneratorrouter_Admin
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlGeneratorrouter_Admin extends Symfony\Component\Routing\Generator\UrlGenerator
{
private static $declaredRoutes;
/**
* Constructor.
*/
public function __construct(RequestContext $context, LoggerInterface $logger = null)
{
$this->context = $context;
$this->logger = $logger;
if (null === self::$declaredRoutes) {
self::$declaredRoutes = array(
'admin' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminController::indexAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin', ), ), 4 => array ( ), 5 => array ( ),),
'admin.home.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HomeController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/home', ), ), 4 => array ( ), 5 => array ( ),),
'admin.login' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::showLoginAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/login', ), ), 4 => array ( ), 5 => array ( ),),
'admin.lost-password' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::showLostPasswordAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/lost-password', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreateRequestAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-create-request', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-create-success' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreateRequestSuccessAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-create-request-success', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-create-form' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::displayCreateFormAction', 'not-logged' => '1', ), 2 => array ( 'token' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'token', ), 1 => array ( 0 => 'text', 1 => '/admin/password-create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-renewed' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreatedAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-created', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-renewed-success' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreatedSuccessAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-create-success', ), ), 4 => array ( ), 5 => array ( ),),
'admin.set-email-address' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::setEmailAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/set-email-address', ), ), 4 => array ( ), 5 => array ( ),),
'admin.logout' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::checkLogoutAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/logout', ), ), 4 => array ( ), 5 => array ( ),),
'admin.checklogin' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::checkLoginAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/checklogin', ), ), 4 => array ( ), 5 => array ( ),),
'admin.catalog' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/catalog', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.save-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::saveImageAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/save-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.form-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getImageFormAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/form-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.list-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getImageListAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/list-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.update-position' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateImagePositionAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update-position', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.toggle.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::toggleVisibilityImageAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/toggle', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.update.view' => array ( 0 => array ( 0 => 'parentType', 1 => 'imageId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::viewImageAction', ), 2 => array ( 'parentType' => '.*', 'imageId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.update.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'imageId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateImageAction', ), 2 => array ( 'parentType' => '.*', 'imageId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.delete' => array ( 0 => array ( 0 => 'parentType', 1 => 'imageId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::deleteImageAction', ), 2 => array ( 'parentType' => '.*', 'imageId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 1 => array ( 0 => 'text', 1 => '/delete', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.save-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::saveDocumentAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/save-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.form-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getDocumentFormAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/form-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.list-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getDocumentListAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/list-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.update-position' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateDocumentPositionAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update-position', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.toggle.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::toggleVisibilityDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/toggle', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.update.view' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::viewDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.update.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.delete' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::deleteDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 1 => array ( 0 => 'text', 1 => '/delete', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customers' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customers', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.update.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.update.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::deleteAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.makeItDefault' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::useAddressAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/use', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::createAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.update.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/orders', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.view' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::viewAction', ), 2 => array ( 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 1 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.list.update.status' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/order/update/status', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.status' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/status', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.deliveryRef' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateDeliveryRef', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delivery-ref', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.address' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateAddress', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/address', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.pdf.invoice' => array ( 0 => array ( 0 => 'order_id', 1 => 'browser', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::generateInvoicePdf', 'browser' => '0', ), 2 => array ( 'browser' => '[0|1]', 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[0|1]', 3 => 'browser', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/pdf/invoice', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.pdf.delivery' => array ( 0 => array ( 0 => 'order_id', 1 => 'browser', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::generateDeliveryPdf', 'browser' => '0', ), 2 => array ( 'browser' => '[0|1]', 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[0|1]', 3 => 'browser', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/pdf/delivery', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.update' => array ( 0 => array ( 0 => 'order_status_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::updateAction', ), 2 => array ( 'order_status_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_status_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.save' => array ( 0 => array ( 0 => 'order_status_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::processUpdateAction', ), 2 => array ( 'order_status_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_status_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.set-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.related-content.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::addRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/related-content/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.related-picture.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::addRelatedPictureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/related-picture/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.related-content.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::deleteRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/related-content/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.category.available-related-content' => array ( 0 => array ( 0 => 'categoryId', 1 => 'folderId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::getAvailableRelatedContentAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'folderId', ), 2 => array ( 0 => 'text', 1 => '/available-related-content', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'categoryId', ), 4 => array ( 0 => 'text', 1 => '/admin/category', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.clone' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::cloneAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/clone', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.set-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.related.tab' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::loadRelatedAjaxTabAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/related/tab', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.additional-category.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addAdditionalCategoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/category/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.additional-category.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteAdditionalCategoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/category/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.related-content.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/content/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.related-content.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/content/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.available-related-content' => array ( 0 => array ( 0 => 'productId', 1 => 'folderId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAvailableRelatedContentAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'folderId', ), 2 => array ( 0 => 'text', 1 => '/available-content', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 4 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.update-content-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateContentPositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/update-content-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.calculate-price' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::priceCalculator', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/calculate-price', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.calculate-raw-price' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::calculatePrice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/calculate-raw-price', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.load-converted-prices' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::loadConvertedPrices', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/load-converted-prices', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.accessories.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addAccessoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/accessory/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.accessories.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteAccessoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/accessory/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.accessories-content' => array ( 0 => array ( 0 => 'productId', 1 => 'categoryId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAvailableAccessoriesAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'categoryId', ), 2 => array ( 0 => 'text', 1 => '/available-accessories', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 4 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.update-accessory-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateAccessoryPositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/update-accessory-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.attributes.tab' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::loadAttributesAjaxTabAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/attributes/tab', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.set-product-template' => array ( 0 => array ( 0 => 'productId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::setProductTemplateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/set-product-template', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 2 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.update-attributes-and-features' => array ( 0 => array ( 0 => 'productId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateAttributesAndFeaturesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update-attributes-and-features', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 2 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.attribute-values' => array ( 0 => array ( 0 => 'productId', 1 => 'attributeId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAttributeValuesAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'attributeId', ), 2 => array ( 0 => 'text', 1 => '/attribute-values', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 4 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.add-attribute-value-to-combination' => array ( 0 => array ( 0 => 'productId', 1 => 'attributeAvId', 2 => 'combination', 3 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addAttributeValueToCombinationAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'combination', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'attributeAvId', ), 3 => array ( 0 => 'text', 1 => '/add-attribute-value-to-combination', ), 4 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 5 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addProductSaleElementAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combination/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteProductSaleElementAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combination/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateProductSaleElementsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combinations/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.build' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::buildCombinationsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combination/build', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.defaut-price.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateProductDefaultSaleElementAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/default-price/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product_sale_elements.document_image_assoc' => array ( 0 => array ( 0 => 'pseId', 1 => 'type', 2 => 'typeId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::productSaleElementsProductImageDocumentAssociation', ), 2 => array ( 'pseId' => '\\d+', 'type' => '.+', 'typeId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'typeId', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '.+', 3 => 'type', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'pseId', ), 3 => array ( 0 => 'text', 1 => '/admin/product_sale_elements', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product_sale_elements.document_image_assoc.get_assoc' => array ( 0 => array ( 0 => 'type', 1 => 'id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAjaxProductSaleElementsImagesDocuments', ), 2 => array ( 'id' => '\\d+', 'type' => '.+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '.+', 3 => 'type', ), 2 => array ( 0 => 'text', 1 => '/admin/product_sale_elements/ajax', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.virtual_documents' => array ( 0 => array ( 0 => 'productId', 1 => 'pseId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getVirtualDocumentListAjaxAction', ), 2 => array ( 'productId' => '\\d+', 'pseId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'pseId', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'productId', ), 2 => array ( 0 => 'text', 1 => '/admin/product/virtual-documents', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.update' => array ( 0 => array ( 0 => 'folder_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::updateAction', ), 2 => array ( 'folder_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'folder_id', ), 1 => array ( 0 => 'text', 1 => '/admin/folders/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.update' => array ( 0 => array ( 0 => 'content_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::updateAction', ), 2 => array ( 'content_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'content_id', ), 1 => array ( 0 => 'text', 1 => '/admin/content/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.additional-folder.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::addAdditionalFolderAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/folder/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.additional-folder.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::removeAdditionalFolderAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/folder/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::browseAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/coupon', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/coupon/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.update' => array ( 0 => array ( 0 => 'couponId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::updateAction', ), 2 => array ( 'couponId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/coupon/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.inputs.ajax' => array ( 0 => array ( 0 => 'couponServiceId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getBackOfficeInputsAjaxAction', ), 2 => array ( 'couponServiceId' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'couponServiceId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/draw/inputs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.condition.summaries.ajax' => array ( 0 => array ( 0 => 'couponId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getBackOfficeConditionSummariesAjaxAction', ), 2 => array ( 'couponId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/draw/conditionsSummaries', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.condition.read.inputs.ajax' => array ( 0 => array ( 0 => 'conditionId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getConditionEmptyInputAjaxAction', ), 2 => array ( 'conditionId' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'conditionId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/draw/read/conditionInputs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.condition.update.inputs.ajax' => array ( 0 => array ( 0 => 'couponId', 1 => 'conditionIndex', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getConditionToUpdateInputAjaxAction', ), 2 => array ( 'couponId' => '\\d+', 'conditionIndex' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'conditionIndex', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 2 => array ( 0 => 'text', 1 => '/admin/coupon/draw/update/conditionInputs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.condition.save' => array ( 0 => array ( 0 => 'couponId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::saveConditionsAction', ), 2 => array ( 'couponId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/condition/save', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 2 => array ( 0 => 'text', 1 => '/admin/coupon', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.condition.delete' => array ( 0 => array ( 0 => 'couponId', 1 => 'conditionIndex', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::deleteConditionsAction', ), 2 => array ( 'couponId' => '\\d+', 'conditionIndex' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'conditionIndex', ), 1 => array ( 0 => 'text', 1 => '/condition/delete', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 3 => array ( 0 => 'text', 1 => '/admin/coupon', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.index' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigurationController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.update-values' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::changeValuesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/update-values', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.store.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigStoreController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/store', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.store.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigStoreController::saveAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/store/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.system-logs.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SystemLogController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/system-logs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.system-logs.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SystemLogController::saveAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/system-logs/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.set-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::setDefaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/set-default', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.set-visible' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::setVisibleAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/set-visible', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.update-rates' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::updateRatesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/update-rates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.duplicate' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::duplicateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/duplicate', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.features.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::getAjaxFeaturesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/features/list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.features.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::addFeatureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/features/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.features.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::deleteFeatureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/features/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.update-feature-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::updateFeaturePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/template/update-feature-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::getAjaxAttributesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/attributes/list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::addAttributeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/attributes/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::deleteAttributeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/attributes/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.update-attribute-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::updateAttributePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/template/update-attribute-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.rem-from-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::removeFromAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/remove-from-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.add-to-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::addToAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/add-to-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.update.view' => array ( 0 => array ( 0 => 'delivery_module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::updateAction', ), 2 => array ( 'delivery_module_id' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'delivery_module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.area.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::addArea', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones/area/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.area.remove' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::removeArea', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones/area/remove', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.update.view' => array ( 0 => array ( 0 => 'area_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::updateAction', ), 2 => array ( 'area_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'area_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.save' => array ( 0 => array ( 0 => 'area_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::processUpdateAction', ), 2 => array ( 'area_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'area_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.update.postage' => array ( 0 => array ( 0 => 'area_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::updatePostageAction', ), 2 => array ( 'area_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'area_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/update_postage', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.country.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::addCountry', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/country/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.country.remove' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::removeCountry', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/country/remove', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.countries.remove' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::removeCountries', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/countries/remove', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.update' => array ( 0 => array ( 0 => 'country_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::updateAction', ), 2 => array ( 'country_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'country_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/country/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.save' => array ( 0 => array ( 0 => 'country_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::processUpdateAction', ), 2 => array ( 'country_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'country_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/country/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.toggle-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::toggleDefaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/country/toggleDefault', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/country/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.data' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::getDataAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries/data', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/states', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/states/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.update' => array ( 0 => array ( 0 => 'state_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::updateAction', ), 2 => array ( 'state_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'state_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/state/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.save' => array ( 0 => array ( 0 => 'state_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::processUpdateAction', ), 2 => array ( 'state_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'state_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/state/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/states/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/state/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::defaultAction', ), 2 => array ( 'address_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.update' => array ( 0 => array ( 0 => 'profile_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::updateAction', ), 2 => array ( 'tax_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'profile_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.saveResourceAccess' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::processUpdateResourceAccess', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/saveResourceAccess', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.saveModuleAccess' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::processUpdateModuleAccess', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/saveModuleAccess', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.view-profile' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::viewAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/view', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.mailing-system.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MailingSystemController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/mailingSystem', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.mailing-system.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MailingSystemController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/mailingSystem/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.mailing-system.test' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MailingSystemController::testAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/mailingSystem/test', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.admin-logs.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminLogsController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/adminLogs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.admin-logs.logger' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminLogsController::loadLoggerAjaxAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/adminLogs/logger', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.rem-from-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::removeFromAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/remove-from-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.add-to-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::addToAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/add-to-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced.flush-cache' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::flushCacheAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced/flush-cache', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced.flush-assets' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::flushAssetsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced/flush-assets', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced.flush-images-and-documents' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::flushImagesAndDocumentsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced/flush-images-and-documents', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::indexAction', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/api', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::createAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/api', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.downloadSecure' => array ( 0 => array ( 0 => 'api_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::downloadAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'api_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/api/secure_key', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/api/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.update' => array ( 0 => array ( 0 => 'api_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::updateAction', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'api_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/api/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.update.process' => array ( 0 => array ( 0 => 'api_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::processUpdateAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'api_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/api/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/modules', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.update' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::updateAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.toggle-activation' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::toggleActivationAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/toggle-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.install' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::installAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/install', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.information' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::informationAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/information', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.documentation' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::documentationAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/documentation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.configure' => array ( 0 => array ( 0 => 'module_code', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::configureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'module_code', ), 1 => array ( 0 => 'text', 1 => '/admin/module', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.discover' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::discoverAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/discover', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.discover.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::discoverSaveAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/discover/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.update' => array ( 0 => array ( 0 => 'hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::updateAction', ), 2 => array ( 'hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/hook/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.save' => array ( 0 => array ( 0 => 'hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::processUpdateAction', ), 2 => array ( 'hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/hook/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.toggle-activation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::toggleActivationAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hook/toggle-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.toggle-native' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::toggleNativeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hook/toggle-native', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.update' => array ( 0 => array ( 0 => 'module_hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::updateAction', ), 2 => array ( 'module_hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hook/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.save' => array ( 0 => array ( 0 => 'module_hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::processUpdateAction', ), 2 => array ( 'module_hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hook/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.toggle-activation' => array ( 0 => array ( 0 => 'module_hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::toggleActivationAction', ), 2 => array ( 'module_hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hooks/toggle-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.get-module-hook-classnames' => array ( 0 => array ( 0 => 'moduleId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::getModuleHookClassnames', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'moduleId', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hooks/get-module-hook-classnames', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.get-module-hook-methods' => array ( 0 => array ( 0 => 'moduleId', 1 => 'className', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::getModuleHookMethods', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'className', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'moduleId', ), 2 => array ( 0 => 'text', 1 => '/admin/module-hooks/get-module-hook-methods', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.update' => array ( 0 => array ( 0 => 'tax_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::updateAction', ), 2 => array ( 'tax_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.update' => array ( 0 => array ( 0 => 'tax_rule_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::updateAction', ), 2 => array ( 'tax_rule_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_rule_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.saveTaxes' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::processUpdateTaxesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/saveTaxes', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.set-default' => array ( 0 => array ( 0 => 'tax_rule_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::setDefaultAction', ), 2 => array ( 'tax_rule_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_rule_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/update/set_default', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.get' => array ( 0 => array ( 0 => 'tax_rule_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::specsAction', ), 2 => array ( 'tax_rule_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_rule_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/specs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.update' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::updateAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.update.process' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::processUpdateAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.toggleDefault' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::toggleDefaultAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/toggleDefault', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.toggleActive' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::toggleActiveAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/toggleActive', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.toggleVisible' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::toggleVisibleAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/toggleVisible', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::addAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.defaultBehavior' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::defaultBehaviorAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/defaultBehavior', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.updateUrl' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::domainAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/updateUrl', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.domain.activation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::activateDomainAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/domain/activate', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.domain.deactivation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::deactivateDomainAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/domain/deactivate', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.translations' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TranslationsController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/translations', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.translations.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TranslationsController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/translations/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.update' => array ( 0 => array ( 0 => 'brand_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::updateAction', ), 2 => array ( 'brand_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'brand_id', ), 1 => array ( 0 => 'text', 1 => '/admin/brand/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.save' => array ( 0 => array ( 0 => 'brand_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::processUpdateAction', ), 2 => array ( 'brand_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'brand_id', ), 1 => array ( 0 => 'text', 1 => '/admin/brand/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/delete', ), ), 4 => array ( ), 5 => array ( ),),
'export.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:index', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/export', ), ), 4 => array ( ), 5 => array ( ),),
'export.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:changeExportPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/export/position', ), ), 4 => array ( ), 5 => array ( ),),
'export.category.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:changeCategoryPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/export/position/category', ), ), 4 => array ( ), 5 => array ( ),),
'export.view' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:configure', ), 2 => array ( 'id' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/export', ), ), 4 => array ( ), 5 => array ( ),),
'export.process' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:export', ), 2 => array ( 'id' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/export', ), ), 4 => array ( ), 5 => array ( ),),
'import.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:index', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/import', ), ), 4 => array ( ), 5 => array ( ),),
'import.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:changeImportPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/import/position', ), ), 4 => array ( ), 5 => array ( ),),
'import.category.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:changeCategoryPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/import/position/category', ), ), 4 => array ( ), 5 => array ( ),),
'import.view' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:configure', ), 2 => array ( 'id' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/import', ), ), 4 => array ( ), 5 => array ( ),),
'import.process' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:import', ), 2 => array ( 'id' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/import', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sales', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.reset' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::resetSaleStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sales/reset', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.check-activation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::checkSalesActivationStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sales/check-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sale/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.update' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::updateAction', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.save' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::processUpdateAction', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sale/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.update.product.list' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::updateProductList', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/update-product-list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.update.product.attribute.list' => array ( 0 => array ( 0 => 'sale_id', 1 => 'product_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::updateProductAttributes', ), 2 => array ( 'sale_id' => '\\d+', 'product_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'product_id', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 2 => array ( 0 => 'text', 1 => '/admin/sale/update-product-attribute-list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.toggleActivity' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::toggleActivity', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/toggle-activity', ), ), 4 => array ( ), 5 => array ( ),),
'admin.email.preview_html' => array ( 0 => array ( 0 => 'messageId', ), 1 => array ( '_controller' => 'Thelia:Admin\\Message:previewAsHtml', ), 2 => array ( 'messageId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'messageId', ), 1 => array ( 0 => 'text', 1 => '/admin/message/preview', ), ), 4 => array ( ), 5 => array ( ),),
'admin.email.preview_text' => array ( 0 => array ( 0 => 'messageId', ), 1 => array ( '_controller' => 'Thelia:Admin\\Message:previewAsText', ), 2 => array ( 'messageId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'messageId', ), 1 => array ( 0 => 'text', 1 => '/admin/message/preview/text', ), ), 4 => array ( ), 5 => array ( ),),
'admin.email.test_send' => array ( 0 => array ( 0 => 'messageId', ), 1 => array ( '_controller' => 'Thelia:Admin\\Message:sendSampleByEmail', ), 2 => array ( 'messageId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'messageId', ), 1 => array ( 0 => 'text', 1 => '/admin/message/send', ), ), 4 => array ( ), 5 => array ( ),),
'admin.processTemplate' => array ( 0 => array ( 0 => 'template', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminController::processTemplateAction', ), 2 => array ( 'template' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'template', ), 1 => array ( 0 => 'text', 1 => '/admin', ), ), 4 => array ( ), 5 => array ( ),),
);
}
}
public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH)
{
if (!isset(self::$declaredRoutes[$name])) {
throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name));
}
list($variables, $defaults, $requirements, $tokens, $hostTokens, $requiredSchemes) = self::$declaredRoutes[$name];
return $this->doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes);
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":103:{s:95:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/core/lib/Thelia/Config/Resources/routing/admin.xml";}}

View File

@@ -0,0 +1,89 @@
<?php
use Symfony\Component\Routing\RequestContext;
use Symfony\Component\Routing\Exception\RouteNotFoundException;
use Psr\Log\LoggerInterface;
/**
* ProjectUrlGeneratorrouter_Front
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlGeneratorrouter_Front extends Symfony\Component\Routing\Generator\UrlGenerator
{
private static $declaredRoutes;
/**
* Constructor.
*/
public function __construct(RequestContext $context, LoggerInterface $logger = null)
{
$this->context = $context;
$this->logger = $logger;
if (null === self::$declaredRoutes) {
self::$declaredRoutes = array(
'ajax.mini-cart' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'includes/mini-cart', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/ajax/mini-cart', ), ), 4 => array ( ), 5 => array ( ),),
'ajax.addCartMessage' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'includes/addedToCart', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/ajax/addCartMessage', ), ), 4 => array ( ), 5 => array ( ),),
'customer.create.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::viewRegisterAction', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/register', ), ), 4 => array ( ), 5 => array ( ),),
'customer.create.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::createAction', '_view' => 'register', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/register', ), ), 4 => array ( ), 5 => array ( ),),
'customer.login.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::viewLoginAction', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/login', ), ), 4 => array ( ), 5 => array ( ),),
'customer.login.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::loginAction', '_view' => 'login', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/login', ), ), 4 => array ( ), 5 => array ( ),),
'customer.password.retrieve.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::newPasswordAction', '_view' => 'password', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/password', ), ), 4 => array ( ), 5 => array ( ),),
'customer.password.retrieve.sent' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::newPasswordSentAction', '_view' => 'password', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/password-sent', ), ), 4 => array ( ), 5 => array ( ),),
'customer.logout.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::logoutAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/logout', ), ), 4 => array ( ), 5 => array ( ),),
'customer.confirm.token' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::confirmCustomerAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 1 => array ( 0 => 'text', 1 => '/customer/confirm', ), ), 4 => array ( ), 5 => array ( ),),
'customer.home' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'account', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/account', ), ), 4 => array ( ), 5 => array ( ),),
'customer.update.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::viewAction', '_view' => 'account-update', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/account/update', ), ), 4 => array ( ), 5 => array ( ),),
'customer.update.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::updateAction', '_view' => 'account-update', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/account/update', ), ), 4 => array ( ), 5 => array ( ),),
'customer.password.change.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CustomerController::updatePasswordAction', '_view' => 'account-password', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/account/password', ), ), 4 => array ( ), 5 => array ( ),),
'customer.password.change.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'account-password', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/account/password', ), ), 4 => array ( ), 5 => array ( ),),
'customer.order' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::viewAction', ), 2 => array ( 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 1 => array ( 0 => 'text', 1 => '/account/order', ), ), 4 => array ( ), 5 => array ( ),),
'customer.order.pdf.delivery' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::generateDeliveryPdf', ), 2 => array ( 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 1 => array ( 0 => 'text', 1 => '/account/order/pdf/delivery', ), ), 4 => array ( ), 5 => array ( ),),
'customer.order.pdf.invoice' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::generateInvoicePdf', ), 2 => array ( 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 1 => array ( 0 => 'text', 1 => '/account/order/pdf/invoice', ), ), 4 => array ( ), 5 => array ( ),),
'customer.order.product.download' => array ( 0 => array ( 0 => 'order_product_id', ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::downloadVirtualProduct', ), 2 => array ( 'order_product_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_product_id', ), 1 => array ( 0 => 'text', 1 => '/account/download', ), ), 4 => array ( ), 5 => array ( ),),
'address.create.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'address', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/address/create', ), ), 4 => array ( ), 5 => array ( ),),
'address.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\AddressController::createAction', '_view' => 'address', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/address/create', ), ), 4 => array ( ), 5 => array ( ),),
'address.edit' => array ( 0 => array ( 0 => 'address_id', ), 1 => array ( '_controller' => 'Front\\Controller\\AddressController::updateViewAction', '_view' => 'address-update', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'address_id', ), 1 => array ( 0 => 'text', 1 => '/address/update', ), ), 4 => array ( ), 5 => array ( ),),
'address.update' => array ( 0 => array ( 0 => 'address_id', ), 1 => array ( '_controller' => 'Front\\Controller\\AddressController::processUpdateAction', '_view' => 'address-update', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'address_id', ), 1 => array ( 0 => 'text', 1 => '/address/update', ), ), 4 => array ( ), 5 => array ( ),),
'address.delete' => array ( 0 => array ( 0 => 'address_id', ), 1 => array ( '_controller' => 'Front\\Controller\\AddressController::deleteAction', '_view' => 'account', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'address_id', ), 1 => array ( 0 => 'text', 1 => '/address/delete', ), ), 4 => array ( ), 5 => array ( ),),
'address.generateModal' => array ( 0 => array ( 0 => 'address_id', ), 1 => array ( '_controller' => 'Front\\Controller\\AddressController::generateModalAction', '_view' => 'modal-address', ), 2 => array ( 'address_id' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'address_id', ), 1 => array ( 0 => 'text', 1 => '/address/modal', ), ), 4 => array ( ), 5 => array ( ),),
'address.make.default' => array ( 0 => array ( 0 => 'addressId', ), 1 => array ( '_controller' => 'Front:Address:makeAddressDefault', ), 2 => array ( 'addressId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'addressId', ), 1 => array ( 0 => 'text', 1 => '/address/default', ), ), 4 => array ( ), 5 => array ( ),),
'cart.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'cart', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/cart', ), ), 4 => array ( ), 5 => array ( ),),
'cart.add.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CartController::addItem', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/cart/add', ), ), 4 => array ( ), 5 => array ( ),),
'cart.delete.process' => array ( 0 => array ( 0 => 'cart_item', ), 1 => array ( '_controller' => 'Front\\Controller\\CartController::deleteItem', '_view' => 'cart', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'cart_item', ), 1 => array ( 0 => 'text', 1 => '/cart/delete', ), ), 4 => array ( ), 5 => array ( ),),
'cart.update.quantity' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CartController::changeItem', '_view' => 'cart', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/cart/update', ), ), 4 => array ( ), 5 => array ( ),),
'cart.update.country' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CartController::changeCountry', '_view' => 'cart', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/cart/country', ), ), 4 => array ( ), 5 => array ( ),),
'order.delivery.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::deliver', '_view' => 'order-delivery', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/delivery', ), ), 4 => array ( ), 5 => array ( ),),
'order.delivery' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::deliverView', '_view' => 'order-delivery', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/delivery', ), ), 4 => array ( ), 5 => array ( ),),
'admin.delivery.ajax-module-list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::getDeliveryModuleListAjaxAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/deliveryModuleList', ), ), 4 => array ( ), 5 => array ( ),),
'order.invoice.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::invoice', '_view' => 'order-invoice', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/invoice', ), ), 4 => array ( ), 5 => array ( ),),
'order.invoice' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'order-invoice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/invoice', ), ), 4 => array ( ), 5 => array ( ),),
'order.coupon.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CouponController::consumeAction', '_view' => 'order-invoice', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/coupon', ), ), 4 => array ( ), 5 => array ( ),),
'order.coupon.clear' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\CouponController::clearAllCouponsAction', '_view' => 'order-invoice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/clear-coupons', ), ), 4 => array ( ), 5 => array ( ),),
'order.payment.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::pay', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/order/pay', ), ), 4 => array ( ), 5 => array ( ),),
'order.placed' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::orderPlaced', '_view' => 'order-placed', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 1 => array ( 0 => 'text', 1 => '/order/placed', ), ), 4 => array ( ), 5 => array ( ),),
'order.failed' => array ( 0 => array ( 0 => 'order_id', 1 => 'message', ), 1 => array ( '_controller' => 'Front\\Controller\\OrderController::orderFailed', '_view' => 'order-failed', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'message', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/order/failed', ), ), 4 => array ( ), 5 => array ( ),),
'contact.send' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\ContactController::sendAction', '_view' => 'contact', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/contact', ), ), 4 => array ( ), 5 => array ( ),),
'contact.success' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'contact-success', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/contact/success', ), ), 4 => array ( ), 5 => array ( ),),
'newsletter.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\NewsletterController::subscribeAction', '_view' => 'newsletter', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/newsletter', ), ), 4 => array ( ), 5 => array ( ),),
'newsletter.unsubscribe' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\NewsletterController::unsubscribeAction', '_view' => 'newsletter-unsubscribe', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/newsletter-unsubscribe', ), ), 4 => array ( ), 5 => array ( ),),
'sitemap.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Front\\Controller\\SitemapController::generateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/sitemap', ), ), 4 => array ( ), 5 => array ( ),),
'feed.process' => array ( 0 => array ( 0 => 'context', 1 => 'lang', 2 => 'id', ), 1 => array ( '_controller' => 'Front\\Controller\\FeedController::generateAction', 'context' => 'catalog', 'lang' => '', 'id' => '', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'id', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'lang', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'context', ), 3 => array ( 0 => 'text', 1 => '/feed', ), ), 4 => array ( ), 5 => array ( ),),
'empty' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::emptyRoute', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/empty', ), ), 4 => array ( ), 5 => array ( ),),
'default' => array ( 0 => array ( 0 => '_view', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'index', ), 2 => array ( '_view' => '(?!admin|api)[^/]+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '(?!admin|api)[^/]+', 3 => '_view', ), ), 4 => array ( ), 5 => array ( ),),
);
}
}
public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH)
{
if (!isset(self::$declaredRoutes[$name])) {
throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name));
}
list($variables, $defaults, $requirements, $tokens, $hostTokens, $requiredSchemes) = self::$declaredRoutes[$name];
return $this->doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes);
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":89:{s:81:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Front/Config/front.xml";}}

71
cache/dev/ProjectUrlMatcherCarousel.php vendored Normal file
View File

@@ -0,0 +1,71 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherCarousel.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherCarousel extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/carousel')) {
if (0 === strpos($pathinfo, '/admin/module/carousel/up')) {
// carousel.upload.image
if ($pathinfo === '/admin/module/carousel/upload') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_carouseluploadimage;
}
return array ( '_controller' => 'Carousel\\Controller\\ConfigurationController::uploadImage', '_route' => 'carousel.upload.image',);
}
not_carouseluploadimage:
// carousel.update
if ($pathinfo === '/admin/module/carousel/update') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_carouselupdate;
}
return array ( '_controller' => 'Carousel\\Controller\\ConfigurationController::updateAction', '_route' => 'carousel.update',);
}
not_carouselupdate:
}
// carousel.delete
if ($pathinfo === '/admin/module/carousel/delete') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_carouseldelete;
}
return array ( '_controller' => 'Carousel\\Controller\\ConfigurationController::deleteAction', '_route' => 'carousel.delete',);
}
not_carouseldelete:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":94:{s:86:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Carousel/Config/routing.xml";}}

43
cache/dev/ProjectUrlMatcherCheque.php vendored Normal file
View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherCheque.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherCheque extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// cheque.configure
if ($pathinfo === '/admin/cheque/configure') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_chequeconfigure;
}
return array ( '_controller' => 'Cheque\\Controller\\ConfigureController::configure', '_route' => 'cheque.configure',);
}
not_chequeconfigure:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":92:{s:84:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Cheque/Config/routing.xml";}}

View File

@@ -0,0 +1,79 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherColissimo.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherColissimo extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/colissimo')) {
// colissimo.edit.prices
if ($pathinfo === '/admin/module/colissimo/prices') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoeditprices;
}
return array ( '_controller' => 'Colissimo\\Controller\\EditPrices::editprices', '_route' => 'colissimo.edit.prices',);
}
not_colissimoeditprices:
// colissimo.edit.freeshipping
if ($pathinfo === '/admin/module/colissimo/freeshipping') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoeditfreeshipping;
}
return array ( '_controller' => 'Colissimo\\Controller\\FreeShipping::set', '_route' => 'colissimo.edit.freeshipping',);
}
not_colissimoeditfreeshipping:
// colissimo.export
if ($pathinfo === '/admin/module/colissimo/export') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoexport;
}
return array ( '_controller' => 'Colissimo\\Controller\\Export::exportAction', '_route' => 'colissimo.export',);
}
not_colissimoexport:
// colissimo.configuration
if ($pathinfo === '/admin/module/colissimo/configuration/update') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoconfiguration;
}
return array ( '_controller' => 'Colissimo\\Controller\\Configuration::editConfiguration', '_route' => 'colissimo.configuration',);
}
not_colissimoconfiguration:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":95:{s:87:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Colissimo/Config/routing.xml";}}

View File

@@ -0,0 +1,37 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherFreeDelivery.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherFreeDelivery extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// freedelivery.save
if ($pathinfo === '/admin/module/freedelivery/save') {
return array ( '_controller' => 'FreeDelivery\\Controller\\ConfigurationController::saveAction', '_route' => 'freedelivery.save',);
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":98:{s:90:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/FreeDelivery/Config/routing.xml";}}

View File

@@ -0,0 +1,53 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherHookAdminHome.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherHookAdminHome extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin')) {
if (0 === strpos($pathinfo, '/admin/home')) {
// admin.home.stats
if ($pathinfo === '/admin/home/stats') {
return array ( '_controller' => 'HookAdminHome\\Controller\\HomeController::loadStatsAjaxAction', '_route' => 'admin.home.stats',);
}
// admin.home.month.sales.block
if (0 === strpos($pathinfo, '/admin/home/month-sales-block') && preg_match('#^/admin/home/month\\-sales\\-block/(?P<month>\\d+)/(?P<year>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin.home.month.sales.block')), array ( '_controller' => 'HookAdminHome\\Controller\\HomeController::blockMonthSalesStatistics',));
}
}
// admin.news-feed
if ($pathinfo === '/admin/ajax/thelia_news_feed') {
return array ( '_controller' => 'HookAdminHome\\Controller\\HomeController::processTemplateAction', 'template' => 'ajax/thelia_news_feed', 'not-logged' => '1', '_route' => 'admin.news-feed',);
}
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":99:{s:91:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookAdminHome/Config/routing.xml";}}

View File

@@ -0,0 +1,57 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherHookNavigation.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherHookNavigation extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/HookNavigation')) {
// hooknavigation.configuration.default
if ($pathinfo === '/admin/module/HookNavigation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_hooknavigationconfigurationdefault;
}
return array ( '_controller' => 'HookNavigation:HookNavigationConfig:default', '_route' => 'hooknavigation.configuration.default',);
}
not_hooknavigationconfigurationdefault:
// hooknavigation.configuration.save
if ($pathinfo === '/admin/module/HookNavigation') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_hooknavigationconfigurationsave;
}
return array ( '_controller' => 'HookNavigation:HookNavigationConfig:save', '_route' => 'hooknavigation.configuration.save',);
}
not_hooknavigationconfigurationsave:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":100:{s:92:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookNavigation/Config/routing.xml";}}

View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherHookSocial.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherHookSocial extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// hooksocial.configuration
if ($pathinfo === '/admin/module/hooksocial/save') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_hooksocialconfiguration;
}
return array ( '_controller' => 'HookSocial\\Controller\\Configuration::saveAction', '_route' => 'hooksocial.configuration',);
}
not_hooksocialconfiguration:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":96:{s:88:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookSocial/Config/routing.xml";}}

View File

@@ -0,0 +1,93 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherIciRelais.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherIciRelais extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// icirelais.searchroute
if (0 === strpos($pathinfo, '/module/icirelais') && preg_match('#^/module/icirelais/(?P<zipcode>\\d{5})/(?P<city>.+)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_icirelaissearchroute;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'icirelais.searchroute')), array ( '_controller' => 'IciRelais\\Controller\\SearchCityController::searchAction',));
}
not_icirelaissearchroute:
if (0 === strpos($pathinfo, '/admin/module/icirelais')) {
if (0 === strpos($pathinfo, '/admin/module/icirelais/export')) {
// icirelais.export
if ($pathinfo === '/admin/module/icirelais/exportgo') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaisexport;
}
return array ( '_controller' => 'IciRelais\\Controller\\Export::exportfile', '_route' => 'icirelais.export',);
}
not_icirelaisexport:
// icirelais.export.exaprint
if ($pathinfo === '/admin/module/icirelais/export') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaisexportexaprint;
}
return array ( '_controller' => 'IciRelais\\Controller\\ExportExaprint::export', '_route' => 'icirelais.export.exaprint',);
}
not_icirelaisexportexaprint:
}
// icirelais.edit.prices
if ($pathinfo === '/admin/module/icirelais/prices') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaiseditprices;
}
return array ( '_controller' => 'IciRelais\\Controller\\EditPrices::editprices', '_route' => 'icirelais.edit.prices',);
}
not_icirelaiseditprices:
// icirelais.edit.freeshipping
if ($pathinfo === '/admin/module/icirelais/freeshipping') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaiseditfreeshipping;
}
return array ( '_controller' => 'IciRelais\\Controller\\FreeShipping::set', '_route' => 'icirelais.edit.freeshipping',);
}
not_icirelaiseditfreeshipping:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":95:{s:87:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/IciRelais/Config/routing.xml";}}

View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherLocalPickup.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherLocalPickup extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// localpickup.configure
if ($pathinfo === '/admin/module/localpickup/configure') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_localpickupconfigure;
}
return array ( '_controller' => 'LocalPickup\\Controller\\SetDeliveryPrice::configure', '_route' => 'localpickup.configure',);
}
not_localpickupconfigure:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":97:{s:89:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/LocalPickup/Config/routing.xml";}}

View File

@@ -0,0 +1,86 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherMondialRelay.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherMondialRelay extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/MondialRelay')) {
// mondial_relay.settings.save
if ($pathinfo === '/admin/module/MondialRelay/settings/save') {
return array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\ConfigurationController::saveAction', '_route' => 'mondial_relay.settings.save',);
}
// mondial_relay.area-attributes.save
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/area-attributes/save') && preg_match('#^/admin/module/MondialRelay/area\\-attributes/save/(?P<areaId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.area-attributes.save')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\AreaAttributesController::saveAction',));
}
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices')) {
// mondial_relay.price.save
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices/save') && preg_match('#^/admin/module/MondialRelay/prices/save/(?P<areaId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.price.save')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\PriceController::saveAction',));
}
// mondial_relay.price.create
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices/create') && preg_match('#^/admin/module/MondialRelay/prices/create/(?P<areaId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.price.create')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\PriceController::createAction',));
}
// mondial_relay.price.delete
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices/delete') && preg_match('#^/admin/module/MondialRelay/prices/delete/(?P<priceId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.price.delete')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\PriceController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/insurances')) {
// mondial_relay.insurance.save
if ($pathinfo === '/admin/module/MondialRelay/insurances/save') {
return array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\InsuranceController::saveAction', '_route' => 'mondial_relay.insurance.save',);
}
// mondial_relay.insurance.create
if ($pathinfo === '/admin/module/MondialRelay/insurances/create') {
return array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\InsuranceController::createAction', '_route' => 'mondial_relay.insurance.create',);
}
// mondial_relay.insurance.delete
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/insurances/delete') && preg_match('#^/admin/module/MondialRelay/insurances/delete/(?P<insuranceId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.insurance.delete')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\InsuranceController::deleteAction',));
}
}
}
// mondial_relay.relay_map
if ($pathinfo === '/MondialRelay/relay-map') {
return array ( '_controller' => 'MondialRelay\\Controller\\FrontOffice\\MapManagement::getRelayMapAction', '_route' => 'mondial_relay.relay_map',);
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":98:{s:90:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/MondialRelay/Config/routing.xml";}}

View File

@@ -0,0 +1,34 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherProductOnlineWithoutStock.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherProductOnlineWithoutStock extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":112:{s:103:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/ProductOnlineWithoutStock/Config/routing.xml";}}

43
cache/dev/ProjectUrlMatcherTinymce.php vendored Normal file
View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherTinymce.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherTinymce extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// tinymce.configure
if ($pathinfo === '/admin/tinymce/configure') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_tinymceconfigure;
}
return array ( '_controller' => 'Tinymce\\Controller\\ConfigureController::configure', '_route' => 'tinymce.configure',);
}
not_tinymceconfigure:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":93:{s:85:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Tinymce/Config/routing.xml";}}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":103:{s:95:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/core/lib/Thelia/Config/Resources/routing/admin.xml";}}

View File

@@ -0,0 +1,472 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherrouter_Front.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherrouter_Front extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/ajax')) {
// ajax.mini-cart
if ($pathinfo === '/ajax/mini-cart') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'includes/mini-cart', '_route' => 'ajax.mini-cart',);
}
// ajax.addCartMessage
if ($pathinfo === '/ajax/addCartMessage') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'includes/addedToCart', '_route' => 'ajax.addCartMessage',);
}
}
if (0 === strpos($pathinfo, '/register')) {
// customer.create.view
if ($pathinfo === '/register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customercreateview;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::viewRegisterAction', '_route' => 'customer.create.view',);
}
not_customercreateview:
// customer.create.process
if ($pathinfo === '/register') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customercreateprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::createAction', '_view' => 'register', '_route' => 'customer.create.process',);
}
not_customercreateprocess:
}
if (0 === strpos($pathinfo, '/login')) {
// customer.login.view
if ($pathinfo === '/login') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerloginview;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::viewLoginAction', '_route' => 'customer.login.view',);
}
not_customerloginview:
// customer.login.process
if ($pathinfo === '/login') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerloginprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::loginAction', '_view' => 'login', '_route' => 'customer.login.process',);
}
not_customerloginprocess:
}
if (0 === strpos($pathinfo, '/password')) {
// customer.password.retrieve.process
if ($pathinfo === '/password') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerpasswordretrieveprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::newPasswordAction', '_view' => 'password', '_route' => 'customer.password.retrieve.process',);
}
not_customerpasswordretrieveprocess:
// customer.password.retrieve.sent
if ($pathinfo === '/password-sent') {
return array ( '_controller' => 'Front\\Controller\\CustomerController::newPasswordSentAction', '_view' => 'password', '_route' => 'customer.password.retrieve.sent',);
}
}
// customer.logout.process
if ($pathinfo === '/logout') {
return array ( '_controller' => 'Front\\Controller\\CustomerController::logoutAction', '_route' => 'customer.logout.process',);
}
// customer.confirm.token
if (0 === strpos($pathinfo, '/customer/confirm') && preg_match('#^/customer/confirm/(?P<token>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.confirm.token')), array ( '_controller' => 'Front\\Controller\\CustomerController::confirmCustomerAction',));
}
if (0 === strpos($pathinfo, '/a')) {
if (0 === strpos($pathinfo, '/account')) {
// customer.home
if ($pathinfo === '/account') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerhome;
}
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'account', '_route' => 'customer.home',);
}
not_customerhome:
if (0 === strpos($pathinfo, '/account/update')) {
// customer.update.view
if ($pathinfo === '/account/update') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerupdateview;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::viewAction', '_view' => 'account-update', '_route' => 'customer.update.view',);
}
not_customerupdateview:
// customer.update.process
if ($pathinfo === '/account/update') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerupdateprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::updateAction', '_view' => 'account-update', '_route' => 'customer.update.process',);
}
not_customerupdateprocess:
}
if (0 === strpos($pathinfo, '/account/password')) {
// customer.password.change.process
if ($pathinfo === '/account/password') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerpasswordchangeprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::updatePasswordAction', '_view' => 'account-password', '_route' => 'customer.password.change.process',);
}
not_customerpasswordchangeprocess:
// customer.password.change.view
if ($pathinfo === '/account/password') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerpasswordchangeview;
}
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'account-password', '_route' => 'customer.password.change.view',);
}
not_customerpasswordchangeview:
}
if (0 === strpos($pathinfo, '/account/order')) {
// customer.order
if (preg_match('#^/account/order/(?P<order_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order')), array ( '_controller' => 'Front\\Controller\\OrderController::viewAction',));
}
if (0 === strpos($pathinfo, '/account/order/pdf')) {
// customer.order.pdf.delivery
if (0 === strpos($pathinfo, '/account/order/pdf/delivery') && preg_match('#^/account/order/pdf/delivery/(?P<order_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order.pdf.delivery')), array ( '_controller' => 'Front\\Controller\\OrderController::generateDeliveryPdf',));
}
// customer.order.pdf.invoice
if (0 === strpos($pathinfo, '/account/order/pdf/invoice') && preg_match('#^/account/order/pdf/invoice/(?P<order_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order.pdf.invoice')), array ( '_controller' => 'Front\\Controller\\OrderController::generateInvoicePdf',));
}
}
}
// customer.order.product.download
if (0 === strpos($pathinfo, '/account/download') && preg_match('#^/account/download/(?P<order_product_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order.product.download')), array ( '_controller' => 'Front\\Controller\\OrderController::downloadVirtualProduct',));
}
}
if (0 === strpos($pathinfo, '/address')) {
if (0 === strpos($pathinfo, '/address/create')) {
// address.create.view
if ($pathinfo === '/address/create') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addresscreateview;
}
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'address', '_route' => 'address.create.view',);
}
not_addresscreateview:
// address.create
if ($pathinfo === '/address/create') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_addresscreate;
}
return array ( '_controller' => 'Front\\Controller\\AddressController::createAction', '_view' => 'address', '_route' => 'address.create',);
}
not_addresscreate:
}
if (0 === strpos($pathinfo, '/address/update')) {
// address.edit
if (preg_match('#^/address/update/(?P<address_id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addressedit;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.edit')), array ( '_controller' => 'Front\\Controller\\AddressController::updateViewAction', '_view' => 'address-update',));
}
not_addressedit:
// address.update
if (preg_match('#^/address/update/(?P<address_id>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_addressupdate;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.update')), array ( '_controller' => 'Front\\Controller\\AddressController::processUpdateAction', '_view' => 'address-update',));
}
not_addressupdate:
}
// address.delete
if (0 === strpos($pathinfo, '/address/delete') && preg_match('#^/address/delete/(?P<address_id>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.delete')), array ( '_controller' => 'Front\\Controller\\AddressController::deleteAction', '_view' => 'account',));
}
// address.generateModal
if (0 === strpos($pathinfo, '/address/modal') && preg_match('#^/address/modal/(?P<address_id>\\d+)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addressgenerateModal;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.generateModal')), array ( '_controller' => 'Front\\Controller\\AddressController::generateModalAction', '_view' => 'modal-address',));
}
not_addressgenerateModal:
// address.make.default
if (0 === strpos($pathinfo, '/address/default') && preg_match('#^/address/default/(?P<addressId>\\d+)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addressmakedefault;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.make.default')), array ( '_controller' => 'Front:Address:makeAddressDefault',));
}
not_addressmakedefault:
}
}
if (0 === strpos($pathinfo, '/cart')) {
// cart.view
if ($pathinfo === '/cart') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'cart', '_route' => 'cart.view',);
}
// cart.add.process
if ($pathinfo === '/cart/add') {
return array ( '_controller' => 'Front\\Controller\\CartController::addItem', '_route' => 'cart.add.process',);
}
// cart.delete.process
if (0 === strpos($pathinfo, '/cart/delete') && preg_match('#^/cart/delete/(?P<cart_item>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'cart.delete.process')), array ( '_controller' => 'Front\\Controller\\CartController::deleteItem', '_view' => 'cart',));
}
// cart.update.quantity
if ($pathinfo === '/cart/update') {
return array ( '_controller' => 'Front\\Controller\\CartController::changeItem', '_view' => 'cart', '_route' => 'cart.update.quantity',);
}
// cart.update.country
if ($pathinfo === '/cart/country') {
return array ( '_controller' => 'Front\\Controller\\CartController::changeCountry', '_view' => 'cart', '_route' => 'cart.update.country',);
}
}
if (0 === strpos($pathinfo, '/order')) {
if (0 === strpos($pathinfo, '/order/delivery')) {
// order.delivery.process
if ($pathinfo === '/order/delivery') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_orderdeliveryprocess;
}
return array ( '_controller' => 'Front\\Controller\\OrderController::deliver', '_view' => 'order-delivery', '_route' => 'order.delivery.process',);
}
not_orderdeliveryprocess:
// order.delivery
if ($pathinfo === '/order/delivery') {
return array ( '_controller' => 'Front\\Controller\\OrderController::deliverView', '_view' => 'order-delivery', '_route' => 'order.delivery',);
}
// admin.delivery.ajax-module-list
if ($pathinfo === '/order/deliveryModuleList') {
return array ( '_controller' => 'Front\\Controller\\OrderController::getDeliveryModuleListAjaxAction', '_route' => 'admin.delivery.ajax-module-list',);
}
}
if (0 === strpos($pathinfo, '/order/invoice')) {
// order.invoice.process
if ($pathinfo === '/order/invoice') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_orderinvoiceprocess;
}
return array ( '_controller' => 'Front\\Controller\\OrderController::invoice', '_view' => 'order-invoice', '_route' => 'order.invoice.process',);
}
not_orderinvoiceprocess:
// order.invoice
if ($pathinfo === '/order/invoice') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'order-invoice', '_route' => 'order.invoice',);
}
}
if (0 === strpos($pathinfo, '/order/c')) {
// order.coupon.process
if ($pathinfo === '/order/coupon') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_ordercouponprocess;
}
return array ( '_controller' => 'Front\\Controller\\CouponController::consumeAction', '_view' => 'order-invoice', '_route' => 'order.coupon.process',);
}
not_ordercouponprocess:
// order.coupon.clear
if ($pathinfo === '/order/clear-coupons') {
return array ( '_controller' => 'Front\\Controller\\CouponController::clearAllCouponsAction', '_view' => 'order-invoice', '_route' => 'order.coupon.clear',);
}
}
if (0 === strpos($pathinfo, '/order/p')) {
// order.payment.process
if ($pathinfo === '/order/pay') {
return array ( '_controller' => 'Front\\Controller\\OrderController::pay', '_route' => 'order.payment.process',);
}
// order.placed
if (0 === strpos($pathinfo, '/order/placed') && preg_match('#^/order/placed/(?P<order_id>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'order.placed')), array ( '_controller' => 'Front\\Controller\\OrderController::orderPlaced', '_view' => 'order-placed',));
}
}
// order.failed
if (0 === strpos($pathinfo, '/order/failed') && preg_match('#^/order/failed/(?P<order_id>[^/]++)/(?P<message>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'order.failed')), array ( '_controller' => 'Front\\Controller\\OrderController::orderFailed', '_view' => 'order-failed',));
}
}
if (0 === strpos($pathinfo, '/contact')) {
// contact.send
if ($pathinfo === '/contact') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_contactsend;
}
return array ( '_controller' => 'Front\\Controller\\ContactController::sendAction', '_view' => 'contact', '_route' => 'contact.send',);
}
not_contactsend:
// contact.success
if ($pathinfo === '/contact/success') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'contact-success', '_route' => 'contact.success',);
}
}
if (0 === strpos($pathinfo, '/newsletter')) {
// newsletter.process
if ($pathinfo === '/newsletter') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_newsletterprocess;
}
return array ( '_controller' => 'Front\\Controller\\NewsletterController::subscribeAction', '_view' => 'newsletter', '_route' => 'newsletter.process',);
}
not_newsletterprocess:
// newsletter.unsubscribe
if ($pathinfo === '/newsletter-unsubscribe') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_newsletterunsubscribe;
}
return array ( '_controller' => 'Front\\Controller\\NewsletterController::unsubscribeAction', '_view' => 'newsletter-unsubscribe', '_route' => 'newsletter.unsubscribe',);
}
not_newsletterunsubscribe:
}
// sitemap.process
if ($pathinfo === '/sitemap') {
return array ( '_controller' => 'Front\\Controller\\SitemapController::generateAction', '_route' => 'sitemap.process',);
}
// feed.process
if (0 === strpos($pathinfo, '/feed') && preg_match('#^/feed(?:/(?P<context>[^/]++)(?:/(?P<lang>[^/]++)(?:/(?P<id>[^/]++))?)?)?$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'feed.process')), array ( '_controller' => 'Front\\Controller\\FeedController::generateAction', 'context' => 'catalog', 'lang' => '', 'id' => '',));
}
// empty
if ($pathinfo === '/empty') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::emptyRoute', '_route' => 'empty',);
}
// default
if (preg_match('#^/(?P<_view>(?!admin|api)[^/]+)?$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'default')), array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'index',));
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":89:{s:81:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Front/Config/front.xml";}}

13
cache/dev/PropelConfig.php vendored Normal file
View File

@@ -0,0 +1,13 @@
<?php return array (
'dsn' => 'mysql:host=localhost;dbname=boutiquejkthelia;port=3306',
'user' => 'boutiquejkthelia',
'password' => 'MaCleo02',
'classname' => '\\Propel\\Runtime\\Connection\\ConnectionWrapper',
'options' =>
array (
1002 =>
array (
'value' => 'SET NAMES \'UTF8\'',
),
),
);

1
cache/dev/PropelConfig.php.meta vendored Normal file
View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":78:{s:70:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/config/database.yml";}}

2
cache/dev/classes.map vendored Normal file
View File

@@ -0,0 +1,2 @@
<?php return array (
);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<?php return Array(0 => new Less_Tree_Comment('// Center-align a block level element',true,39, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/center-block.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/center-block.less','uri_root' => 'vendors/bootstrap/mixins/',)),1 => new Less_Tree_Mixin_Definition('.center-block', Array(), Array(0 => new Less_Tree_NameValue('display','block',59, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/center-block.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/center-block.less','uri_root' => 'vendors/bootstrap/mixins/',)),1 => new Less_Tree_NameValue('margin-left','auto',77, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/center-block.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/center-block.less','uri_root' => 'vendors/bootstrap/mixins/',)),2 => new Less_Tree_NameValue('margin-right','auto',98, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/center-block.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/center-block.less','uri_root' => 'vendors/bootstrap/mixins/',)),),NULL,false),); ?>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<?php return Array(0 => new Less_Tree_Comment('// Thelia: Breadcrumb',true,22, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/','currentUri' => 'thelia/breadcrumbs.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/breadcrumbs.less','uri_root' => 'thelia/',)),1 => new Less_Tree_Ruleset( Array(0 => new Less_Tree_Selector( Array(0 => new Less_Tree_Element(' ','.breadcrumb',22, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/','currentUri' => 'thelia/breadcrumbs.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/breadcrumbs.less','uri_root' => 'thelia/',)),), Array(),NULL,22, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/','currentUri' => 'thelia/breadcrumbs.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/breadcrumbs.less','uri_root' => 'thelia/',)),), Array(0 => new Less_Tree_Rule( Array(0 => new Less_Tree_Keyword('padding'),), new Less_Tree_Value( Array(0 => new Less_Tree_Expression( Array(0 => new Less_Tree_Variable('@breadcrumb-padding',49, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/','currentUri' => 'thelia/breadcrumbs.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/breadcrumbs.less','uri_root' => 'thelia/',)),)),)),NULL,false,40, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/','currentUri' => 'thelia/breadcrumbs.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/thelia/breadcrumbs.less','uri_root' => 'thelia/',)),)),); ?>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<?php return Array(0 => new Less_Tree_Comment('// Resize anything',true,20, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/resize.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/resize.less','uri_root' => 'vendors/bootstrap/mixins/',)),1 => new Less_Tree_Mixin_Definition('.resizable', Array(0 => Array('name' => '@direction','value' => NULL,),), Array(0 => new Less_Tree_Rule( Array(0 => new Less_Tree_Keyword('resize'),), new Less_Tree_Value( Array(0 => new Less_Tree_Expression( Array(0 => new Less_Tree_Variable('@direction',55, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/resize.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/resize.less','uri_root' => 'vendors/bootstrap/mixins/',)),)),)),NULL,false,47, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/resize.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/resize.less','uri_root' => 'vendors/bootstrap/mixins/',)),1 => new Less_Tree_Comment('// Options: horizontal, vertical, both',true,108, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/resize.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/resize.less','uri_root' => 'vendors/bootstrap/mixins/',)),2 => new Less_Tree_NameValue('overflow','auto',108, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/resize.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/resize.less','uri_root' => 'vendors/bootstrap/mixins/',)),3 => new Less_Tree_Comment('// Per CSS3 UI, `resize` only applies when `overflow` isn\'t `visible`',true,194, Array('entryPath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','entryUri' => '','rootpath' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/','currentDirectory' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/','currentUri' => 'vendors/bootstrap/mixins/resize.less','filename' => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/assets/src/less/vendors/bootstrap/mixins/resize.less','uri_root' => 'vendors/bootstrap/mixins/',)),),NULL,false),); ?>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More