| public primaryModel( Yiisoft\ActiveRecord\ActiveRecordInterface|null $value ): Yiisoft\ActiveRecord\ActiveQuery | ||
| $value | Yiisoft\ActiveRecord\ActiveRecordInterface|null | |
public function primaryModel(?ActiveRecordInterface $value): static
{
$this->primaryModel = $value;
return $this;
}
Signup or Login in order to comment.