Skip to content

Instantly share code, notes, and snippets.

@dima731515
Created May 13, 2021 14:30
Show Gist options
  • Save dima731515/d40172737f370616d1b9ee6db67eceaf to your computer and use it in GitHub Desktop.
Save dima731515/d40172737f370616d1b9ee6db67eceaf to your computer and use it in GitHub Desktop.
bitrix d7 runtime
<?php
$runtime = [
new \Bitrix\Main\Entity\ReferenceField(
'DOCTOR',
'\Bitrix\Main\UserTable',
[ '=this.UF_DOCTOR_ID' => 'ref.ID']
)
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment