Files
Aleksandr Golovko a2f70f6484 Update Query doc return type
When used ActiveQuery chain call after call any of join type IDE cannot resolve ActiveQuery methods such an asArray
Example:
SomeActiveRecordModel::find()
            ->select('...') // return ActiveQuery
            ->leftJoin('...', '...') // return Query
            ->asArray() // it's become undefined
            ->column();
2015-08-21 17:14:00 +03:00
..
2015-08-03 23:25:50 +02:00
2015-08-03 23:25:50 +02:00
2015-08-03 23:25:50 +02:00
2015-08-04 12:40:12 +02:00
2015-06-29 22:59:22 +03:00
2015-06-09 00:14:44 +03:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2015-08-04 12:40:12 +02:00
2015-08-21 17:14:00 +03:00
2015-08-03 23:25:50 +02:00
2015-08-03 23:25:50 +02:00
2015-06-09 00:05:06 +03:00