コード例 #1
0
ファイル: userfield.php プロジェクト: DarneoStudio/bitrix
 protected static function getUtmEntityTableNameBySrcEntity(Entity\Base $srcEntity)
 {
     return 'b_utm_' . strtolower($srcEntity->getUfId());
 }