Nextras\Orm\Relationships\HasOne::updateRelationship PHP Метод

updateRelationship() абстрактный защищенный Метод

Updates relationship on the other side.
abstract protected updateRelationship ( Nextras\Orm\Entity\IEntity | null $oldEntity, Nextras\Orm\Entity\IEntity | null $newEntity, boolean $allowNull ) : void
$oldEntity Nextras\Orm\Entity\IEntity | null
$newEntity Nextras\Orm\Entity\IEntity | null
$allowNull boolean
Результат void
    protected abstract function updateRelationship($oldEntity, $newEntity, $allowNull);