for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Sitemap module
*
* @author Serge Larin <[email protected]>
* @link http://assayer.pro/
* @copyright 2015 Assayer Pro Company
* @license http://opensource.org/licenses/LGPL-3.0
*/
namespace assayerpro\sitemap;
* Class Module for sitemap
* @package app\modules\webmaster
class Module extends \yii\base\Module
{
* The namespace that controller classes are in.
* @var string
* @access public
public $controllerNamespace = 'assayerpro\sitemap\controllers';
* @inheritdoc
public function init()
parent::init();
// custom initialization code goes here
}