<?php namespace common\components; class ViewBackend extends View { public function getUrlManager() { return $this->getUrlManagerBackend(); } }