PHP Class WellCommerce\Bundle\DictionaryBundle\Controller\Admin\DictionaryController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$manager WellCommerce\Bundle\DictionaryBundle\Manager\Admin\DictionaryManager

Public Methods

Method Description
syncAction ( ) : RedirectResponse Synchronizes translations to filesystem and database

Method Details

syncAction() public method

Synchronizes translations to filesystem and database
public syncAction ( ) : RedirectResponse
return Symfony\Component\HttpFoundation\RedirectResponse

Property Details

$manager protected property

protected DictionaryManager,WellCommerce\Bundle\DictionaryBundle\Manager\Admin $manager
return WellCommerce\Bundle\DictionaryBundle\Manager\Admin\DictionaryManager