yii\db\ActiveQueryInterface::findFor PHP Method

findFor() public method

This method is invoked when a relation of an ActiveRecord is being accessed in a lazy fashion.
public findFor ( string $name, yii\db\ActiveRecordInterface $model ) : mixed
$name string the relation name
$model yii\db\ActiveRecordInterface the primary model
return mixed the related record(s)
    public function findFor($name, $model);