for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*************************************************************************************/
/* This file is part of the RewriteUrl module for Thelia. */
/* */
/* Copyright (c) OpenStudio */
/* email : [email protected] */
/* web : http://www.thelia.net */
/* For the full copyright and license information, please view the LICENSE.txt */
/* file that was distributed with this source code. */
namespace RewriteUrl\Model;
use Propel\Runtime\Connection\ConnectionInterface;
use Propel\Runtime\Exception\PropelException;
use Thelia\Model\RewritingUrl;
use RewriteUrl\Model\RewritingRedirectType as ChildRewritingRedirectType;
/**
* Class RewritingUrlOverride
* @package RewriteUrl\Model
* @author Gilles Bourgeat <[email protected]>
*/
class RewritingUrlOverride extends RewritingUrl
{
* disable the Thelia behavior
*
* @param ConnectionInterface $con
public function postInsert(ConnectionInterface $con = null)
}