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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
71b8dfdb
Commit
71b8dfdb
authored
Aug 11, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed doc.
parent
411f373a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
YiiBase.php
framework/yii/YiiBase.php
+0
-1
Panel.php
framework/yii/debug/Panel.php
+2
-2
No files found.
framework/yii/YiiBase.php
View file @
71b8dfdb
...
@@ -343,7 +343,6 @@ class YiiBase
...
@@ -343,7 +343,6 @@ class YiiBase
*
*
* @param string $className the fully qualified class name without leading \
* @param string $className the fully qualified class name without leading \
* @return boolean whether the class has been loaded successfully
* @return boolean whether the class has been loaded successfully
* @throws InvalidConfigException if the class file does not exist
* @throws UnknownClassException if the class does not exist in the class file
* @throws UnknownClassException if the class does not exist in the class file
*/
*/
public
static
function
autoload
(
$className
)
public
static
function
autoload
(
$className
)
...
...
framework/yii/debug/Panel.php
View file @
71b8dfdb
...
@@ -11,8 +11,8 @@ use Yii;
...
@@ -11,8 +11,8 @@ use Yii;
use
yii\base\Component
;
use
yii\base\Component
;
/**
/**
* Panel is a base class for debugger panel. It defines how data should be collected,
* Panel is a base class for debugger panel
classes
. It defines how data should be collected,
* what should be disp
al
yed at debug toolbar and on debugger details view.
* what should be disp
la
yed at debug toolbar and on debugger details view.
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
* @since 2.0
...
...
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