Commit ecb0e579 by Qiang Xue

doc fix [skip ci]

parent d7c3e781
......@@ -13,6 +13,9 @@ use yii\apidoc\helpers\PrettyPrinter;
/**
* Represents API documentation information for a `property`.
*
* @property bool $isReadOnly If property is read only. This property is read-only.
* @property bool $isWriteOnly If property is write only. This property is read-only.
*
* @author Carsten Brandt <mail@cebe.cc>
* @since 2.0
*/
......
......@@ -16,6 +16,8 @@ use yii\debug\models\search\Db;
* Debugger panel that collects and displays database queries performed.
*
* @property array $profileLogs This property is read-only.
* @property string $summaryName Short name of the panel, which will be use in summary. This property is
* read-only.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment