mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-22 11:21:01 +08:00
Removed links to non-existent things phpDocs [skip ci]
This commit is contained in:
@ -63,7 +63,6 @@ class BaseYii
|
|||||||
* The array keys are the class names (without leading backslashes), and the array values
|
* The array keys are the class names (without leading backslashes), and the array values
|
||||||
* are the corresponding class file paths (or path aliases). This property mainly affects
|
* are the corresponding class file paths (or path aliases). This property mainly affects
|
||||||
* how [[autoload()]] works.
|
* how [[autoload()]] works.
|
||||||
* @see import
|
|
||||||
* @see autoload()
|
* @see autoload()
|
||||||
*/
|
*/
|
||||||
public static $classMap = [];
|
public static $classMap = [];
|
||||||
|
@ -150,7 +150,6 @@ class Controller extends Component implements ViewContextInterface
|
|||||||
* @param array $params the parameters to be passed to the action.
|
* @param array $params the parameters to be passed to the action.
|
||||||
* @return mixed the result of the action
|
* @return mixed the result of the action
|
||||||
* @see runAction()
|
* @see runAction()
|
||||||
* @see forward
|
|
||||||
*/
|
*/
|
||||||
public function run($route, $params = [])
|
public function run($route, $params = [])
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user