mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Prepare for new apidoc (part 2) (#19010)
* Fix broken links for events with different namespace * Fix broken links in see tag * Fix broken links in see tag (loadData()) * Fix broken link for var_export() * Fix broken link for CVE * Remove redundant markdown link wrap in see tags * Remove see tags that refer to private properties * Remove more see tags that refer to private properties * Remove see tags that refer to private methods * Remove one more redundant markdown link wrap in see tag [skip ci] * Fix typo in see tag (causes broken link) * Remove more see tags that refer to private methods
This commit is contained in:
@ -252,7 +252,6 @@ class DynamicModel extends Model
|
||||
* Sets the attribute labels in a massive way.
|
||||
*
|
||||
* @see attributeLabels()
|
||||
* @see _attributeLabels
|
||||
* @since 2.0.35
|
||||
*
|
||||
* @param array $labels Array of attribute labels
|
||||
@ -269,7 +268,6 @@ class DynamicModel extends Model
|
||||
* Sets a label for an attribute.
|
||||
*
|
||||
* @see attributeLabels()
|
||||
* @see _attributeLabels
|
||||
* @since 2.0.35
|
||||
*
|
||||
* @param string $attribute Attribute name
|
||||
|
Reference in New Issue
Block a user