uawdijnntqw1x1x1
IP : 216.73.216.177
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
tiskom
/
data
/
www
/
tiskom.xhost.intravision.ru
/
bitrix
/
modules
/
.
/
seo
/
.
/
lib
/
adv
/
yandexgroup.php
/
/
<?php /** * Bitrix Framework * @package bitrix * @subpackage seo * @copyright 2001-2013 Bitrix */ namespace Bitrix\Seo\Adv; use Bitrix\Main\Localization\Loc; use Bitrix\Seo\AdvEntity; Loc::loadMessages(__FILE__); /** * Class YandexGroupTable * * Local mirror for Yandex.Direct banner groups * * Fields: * <ul> * <li> ID int mandatory * <li> ENGINE_ID int mandatory * <li> XML_ID string(255) mandatory * <li> LAST_UPDATE datetime optional * <li> SETTINGS string optional * <li> CAMPAIGN_ID int mandatory * </ul> * * @package Bitrix\Seo * * DO NOT WRITE ANYTHING BELOW THIS * * <<< ORMENTITYANNOTATION * @method static EO_YandexGroup_Query query() * @method static EO_YandexGroup_Result getByPrimary($primary, array $parameters = array()) * @method static EO_YandexGroup_Result getById($id) * @method static EO_YandexGroup_Result getList(array $parameters = array()) * @method static EO_YandexGroup_Entity getEntity() * @method static \Bitrix\Seo\Adv\EO_YandexGroup createObject($setDefaultValues = true) * @method static \Bitrix\Seo\Adv\EO_YandexGroup_Collection createCollection() * @method static \Bitrix\Seo\Adv\EO_YandexGroup wakeUpObject($row) * @method static \Bitrix\Seo\Adv\EO_YandexGroup_Collection wakeUpCollection($rows) */ class YandexGroupTable extends AdvEntity { const ENGINE = 'yandex_direct'; public static function getFilePath() { return __FILE__; } public static function getTableName() { return 'b_seo_adv_group'; } public static function getMap() { return array_merge( parent::getMap(), array( 'CAMPAIGN_ID' => array( 'data_type' => 'integer', 'title' => Loc::getMessage('ADV_CAMPAIGN_ENTITY_CAMPAIGN_ID_FIELD'), ), 'CAMPAIGN' => array( 'data_type' => 'Bitrix\Seo\Adv\YandexCampaignTable', 'reference' => array('=this.CAMPAIGN_ID' => 'ref.ID'), ), ) ); } }
/var/www/tiskom/data/www/tiskom.xhost.intravision.ru/bitrix/modules/./seo/./lib/adv/yandexgroup.php