Commit f34a0c63 by Carsten Brandt

fixed phpdoc

parent aa9d3b3e
...@@ -19,7 +19,7 @@ use yii\base\InvalidCallException; ...@@ -19,7 +19,7 @@ use yii\base\InvalidCallException;
/** /**
* ActiveRecord is the base class for classes representing relational data in terms of objects. * ActiveRecord is the base class for classes representing relational data in terms of objects.
* *
* @include @yii/db/ActiveRecord.md * See [[yii\db\ActiveRecord]] for a concrete implementation.
* *
* @property array $dirtyAttributes The changed attribute values (name-value pairs). This property is * @property array $dirtyAttributes The changed attribute values (name-value pairs). This property is
* read-only. * read-only.
......
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