ActiveRecord\BelongsTo::load_eagerly PHP Method

load_eagerly() public method

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);
    }