Nextras\Orm\Relationships\OneHasOne::getRawValue PHP Метод

getRawValue() публичный Метод

public getRawValue ( )
    public function getRawValue()
    {
        if ($this->primaryValue === null && $this->value === false && !$this->metadata->relationship->isMain) {
            $this->getEntity();
            // init the value
        }
        return parent::getRawValue();
    }