Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
d5fd2bfe
Commit
d5fd2bfe
authored
Oct 23, 2013
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed re-declaration of $preload from Application
parent
10553b6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Application.php
framework/yii/base/Application.php
+0
-4
Module.php
framework/yii/base/Module.php
+1
-1
No files found.
framework/yii/base/Application.php
View file @
d5fd2bfe
...
...
@@ -85,10 +85,6 @@ abstract class Application extends Module
*/
public
$sourceLanguage
=
'en_US'
;
/**
* @var array IDs of the components that need to be loaded when the application starts.
*/
public
$preload
=
[];
/**
* @var Controller the currently active controller instance
*/
public
$controller
;
...
...
framework/yii/base/Module.php
View file @
d5fd2bfe
...
...
@@ -41,7 +41,7 @@ abstract class Module extends Component
*/
public
$params
=
[];
/**
* @var array the IDs of the components or modules that should be preloaded
when this module is created
.
* @var array the IDs of the components or modules that should be preloaded
right after initialization
.
*/
public
$preload
=
[];
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment