for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Investform module for webcms2.
* Copyright (c) @see LICENSE
*/
namespace AdminModule\InvestformModule;
* Description of
*
* @author Tomas Voslar <[email protected]>
class BasePresenter extends \AdminModule\BasePresenter
{
protected function startup()
parent::startup();
}
protected function beforeRender()
parent::beforeRender();
public function actionDefault($idPage)
$idPage
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.