ActiveRecord\BelongsTo::load_eagerly PHP Метод

load_eagerly() публичный метод

public load_eagerly ( $models = [], $attributes, $includes, Table $table )
$table Table
    public function load_eagerly($models = array(), $attributes, $includes, Table $table)
    {
        $this->query_and_attach_related_models_eagerly($table, $models, $attributes, $includes, $this->primary_key, $this->foreign_key);
    }