yii\db\ActiveQueryInterface::findFor PHP Méthode

findFor() public méthode

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
Résultat mixed the related record(s)
    public function findFor($name, $model);