atk4\data\Reference::refModel PHP 메소드

refModel() 공개 메소드

Returns referenced model without any extra conditions. Ever when extended must always respond with Model that does not look into current record or scope.
public refModel ( array $defaults = [] ) : Model
$defaults array Properties
리턴 Model
    public function refModel($defaults = [])
    {
        return $this->getModel($defaults);
    }