ActiveRecord\HasMany::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 = array(), $includes, Table $table)
    {
        $this->set_keys($table->class->name);
        $this->query_and_attach_related_models_eagerly($table, $models, $attributes, $includes, $this->foreign_key, $table->pk);
    }