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
c72d7dc9
Commit
c72d7dc9
authored
Jan 08, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup WIP
parent
4dfcf7ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Module.php
framework/base/Module.php
+4
-4
No files found.
framework/base/Module.php
View file @
c72d7dc9
...
...
@@ -38,7 +38,7 @@ abstract class Module extends Component
*/
public
$preload
=
array
();
/**
* @var string an ID that uniquely identifies this module among other modules which have the same [[parent]].
* @var string an ID that uniquely identifies this module among other modules which have the same [[
module|
parent]].
*/
public
$id
;
/**
...
...
@@ -46,7 +46,7 @@ abstract class Module extends Component
*/
public
$module
;
/**
* @var
mixed
the layout that should be applied for views within this module. This refers to a view name
* @var
string|boolean
the layout that should be applied for views within this module. This refers to a view name
* relative to [[layoutPath]]. If this is not set, it means the layout value of the [[module|parent module]]
* will be taken. If this is false, layout will be disabled within this module.
*/
...
...
@@ -84,11 +84,11 @@ abstract class Module extends Component
*/
protected
$_basePath
;
/**
* @var string the root directory that contains view files
.
* @var string the root directory that contains view files
for this module
*/
protected
$_viewPath
;
/**
* @var string the root directory that contains layout view files.
* @var string the root directory that contains layout view files
for this module
.
*/
protected
$_layoutPath
;
/**
...
...
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