Final Class Yiisoft\ActiveRecord\Internal\RelationPopulator
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| populate() | Yiisoft\ |
Method Details
| public static Yiisoft\ | ||
| $query | Yiisoft\ |
|
| $name | string | |
| $primaryModels | array | |
public static function populate(ActiveQueryInterface $query, string $name, array &$primaryModels): array
{
[$result] = self::populateInternal($query, $name, $primaryModels);
return $result;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.