for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Deploy module for webcms2.
* Copyright (c) @see LICENSE
*/
namespace AdminModule\DeployModule;
* Base presenter for admin part of module.
*
* @author Tomas Voslar <[email protected]>
class BasePresenter extends \AdminModule\BasePresenter
{
* {@inheritdoc}
protected function startup()
parent::startup();
}
protected function beforeRender()
parent::beforeRender();