for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @license LGPLv3, http://www.gnu.org/copyleft/lgpl.html
* @copyright Aimeos (aimeos.org), 2015-2016
* @package flow
* @subpackage Controller
*/
namespace Aimeos\Shop\Controller;
* Configurable content for single pages
class PageController extends AbstractController
{
* Content for privacy policy page
public function privacyAction()
}
* Content for terms and conditions page
public function termsAction()