mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
doc fix.
This commit is contained in:
@ -30,11 +30,11 @@ use yii\helpers\Inflector;
|
||||
* @property mixed $oldPrimaryKey The old primary key value. An array (column name => column value) is
|
||||
* returned if the primary key is composite. A string is returned otherwise (null will be returned if the key
|
||||
* value is null). This property is read-only.
|
||||
* @property array $relatedRecords An array of the populated related records indexed by relation names. This property is
|
||||
* read-only.
|
||||
* @property mixed $primaryKey The primary key value. An array (column name => column value) is returned if
|
||||
* the primary key is composite. A string is returned otherwise (null will be returned if the key value is null).
|
||||
* This property is read-only.
|
||||
* @property array $relatedRecords An array of related records indexed by relation names. This property is
|
||||
* read-only.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @author Carsten Brandt <mail@cebe.cc>
|
||||
|
||||
@ -15,6 +15,8 @@ use yii\db\ColumnSchema;
|
||||
*
|
||||
* @todo mapping from physical types to abstract types
|
||||
*
|
||||
* @property string $defaultSchema Default schema.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
||||
@ -50,6 +50,7 @@ use yii\helpers\StringHelper;
|
||||
* @property boolean $isPut Whether this is a PUT request. This property is read-only.
|
||||
* @property boolean $isSecureConnection If the request is sent via secure channel (https). This property is
|
||||
* read-only.
|
||||
* @property string $maskedCsrfToken The masked CSRF token. This property is read-only.
|
||||
* @property string $method Request method, such as GET, POST, HEAD, PUT, PATCH, DELETE. The value returned is
|
||||
* turned into upper case. This property is read-only.
|
||||
* @property array $patch The PATCH request parameter values. This property is read-only.
|
||||
|
||||
Reference in New Issue
Block a user