Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/landing/meta/ |
Upload File : |
<?php /* ORMENTITYANNOTATION:Bitrix\Landing\Copilot\Model\RequestToStepTable:landing/lib/Copilot/Model/RequestToStepTable.php */ namespace Bitrix\Landing\Copilot\Model { /** * EO_RequestToStep * @see \Bitrix\Landing\Copilot\Model\RequestToStepTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getRequestId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep setRequestId(\int|\Bitrix\Main\DB\SqlExpression $requestId) * @method bool hasRequestId() * @method bool isRequestIdFilled() * @method bool isRequestIdChanged() * @method \int remindActualRequestId() * @method \int requireRequestId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep resetRequestId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep unsetRequestId() * @method \int fillRequestId() * @method \int getGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep setGenerationId(\int|\Bitrix\Main\DB\SqlExpression $generationId) * @method bool hasGenerationId() * @method bool isGenerationIdFilled() * @method bool isGenerationIdChanged() * @method \int remindActualGenerationId() * @method \int requireGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep resetGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep unsetGenerationId() * @method \int fillGenerationId() * @method \int getStep() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep setStep(\int|\Bitrix\Main\DB\SqlExpression $step) * @method bool hasStep() * @method bool isStepFilled() * @method bool isStepChanged() * @method \int remindActualStep() * @method \int requireStep() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep resetStep() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep unsetStep() * @method \int fillStep() * @method \boolean getApplied() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep setApplied(\boolean|\Bitrix\Main\DB\SqlExpression $applied) * @method bool hasApplied() * @method bool isAppliedFilled() * @method bool isAppliedChanged() * @method \boolean remindActualApplied() * @method \boolean requireApplied() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep resetApplied() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep unsetApplied() * @method \boolean fillApplied() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep set($fieldName, $value) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep reset($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Copilot\Model\EO_RequestToStep wakeUp($data) */ class EO_RequestToStep { /* @var \Bitrix\Landing\Copilot\Model\RequestToStepTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\RequestToStepTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Copilot\Model { /** * EO_RequestToStep_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getRequestIdList() * @method \int[] fillRequestId() * @method \int[] getGenerationIdList() * @method \int[] fillGenerationId() * @method \int[] getStepList() * @method \int[] fillStep() * @method \boolean[] getAppliedList() * @method \boolean[] fillApplied() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Copilot\Model\EO_RequestToStep $object) * @method bool has(\Bitrix\Landing\Copilot\Model\EO_RequestToStep $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep getByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep[] getAll() * @method bool remove(\Bitrix\Landing\Copilot\Model\EO_RequestToStep $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection merge(?\Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_RequestToStep_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Copilot\Model\RequestToStepTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\RequestToStepTable'; } } namespace Bitrix\Landing\Copilot\Model { /** * Common methods: * --------------- * * @method EO_RequestToStep_Result exec() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection fetchCollection() */ class EO_RequestToStep_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection fetchCollection() */ class EO_RequestToStep_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep createObject($setDefaultValues = true) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection createCollection() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep wakeUpObject($row) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection wakeUpCollection($rows) */ class EO_RequestToStep_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Copilot\Model\RequestsTable:landing/lib/Copilot/Model/RequestsTable.php */ namespace Bitrix\Landing\Copilot\Model { /** * EO_Requests * @see \Bitrix\Landing\Copilot\Model\RequestsTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setGenerationId(\int|\Bitrix\Main\DB\SqlExpression $generationId) * @method bool hasGenerationId() * @method bool isGenerationIdFilled() * @method bool isGenerationIdChanged() * @method \int remindActualGenerationId() * @method \int requireGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetGenerationId() * @method \int fillGenerationId() * @method \string getHash() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setHash(\string|\Bitrix\Main\DB\SqlExpression $hash) * @method bool hasHash() * @method bool isHashFilled() * @method bool isHashChanged() * @method \string remindActualHash() * @method \string requireHash() * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetHash() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetHash() * @method \string fillHash() * @method null|array getResult() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setResult(null|array|\Bitrix\Main\DB\SqlExpression $result) * @method bool hasResult() * @method bool isResultFilled() * @method bool isResultChanged() * @method null|array remindActualResult() * @method null|array requireResult() * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetResult() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetResult() * @method null|array fillResult() * @method null|array getError() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setError(null|array|\Bitrix\Main\DB\SqlExpression $error) * @method bool hasError() * @method bool isErrorFilled() * @method bool isErrorChanged() * @method null|array remindActualError() * @method null|array requireError() * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetError() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetError() * @method null|array fillError() * @method \boolean getDeleted() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setDeleted(\boolean|\Bitrix\Main\DB\SqlExpression $deleted) * @method bool hasDeleted() * @method bool isDeletedFilled() * @method bool isDeletedChanged() * @method \boolean remindActualDeleted() * @method \boolean requireDeleted() * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetDeleted() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetDeleted() * @method \boolean fillDeleted() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetDateCreate() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method null|\Bitrix\Main\Type\DateTime getDateReceive() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setDateReceive(null|\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateReceive) * @method bool hasDateReceive() * @method bool isDateReceiveFilled() * @method bool isDateReceiveChanged() * @method null|\Bitrix\Main\Type\DateTime remindActualDateReceive() * @method null|\Bitrix\Main\Type\DateTime requireDateReceive() * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetDateReceive() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetDateReceive() * @method null|\Bitrix\Main\Type\DateTime fillDateReceive() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep getStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep remindActualStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep requireStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_Requests setStepRef(\Bitrix\Landing\Copilot\Model\EO_RequestToStep $object) * @method \Bitrix\Landing\Copilot\Model\EO_Requests resetStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_Requests unsetStepRef() * @method bool hasStepRef() * @method bool isStepRefFilled() * @method bool isStepRefChanged() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep fillStepRef() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_Requests set($fieldName, $value) * @method \Bitrix\Landing\Copilot\Model\EO_Requests reset($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_Requests unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Copilot\Model\EO_Requests wakeUp($data) */ class EO_Requests { /* @var \Bitrix\Landing\Copilot\Model\RequestsTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\RequestsTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Copilot\Model { /** * EO_Requests_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getGenerationIdList() * @method \int[] fillGenerationId() * @method \string[] getHashList() * @method \string[] fillHash() * @method null|array[] getResultList() * @method null|array[] fillResult() * @method null|array[] getErrorList() * @method null|array[] fillError() * @method \boolean[] getDeletedList() * @method \boolean[] fillDeleted() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method null|\Bitrix\Main\Type\DateTime[] getDateReceiveList() * @method null|\Bitrix\Main\Type\DateTime[] fillDateReceive() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep[] getStepRefList() * @method \Bitrix\Landing\Copilot\Model\EO_Requests_Collection getStepRefCollection() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection fillStepRef() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Copilot\Model\EO_Requests $object) * @method bool has(\Bitrix\Landing\Copilot\Model\EO_Requests $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_Requests getByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_Requests[] getAll() * @method bool remove(\Bitrix\Landing\Copilot\Model\EO_Requests $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Copilot\Model\EO_Requests_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Copilot\Model\EO_Requests current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Copilot\Model\EO_Requests_Collection merge(?\Bitrix\Landing\Copilot\Model\EO_Requests_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Requests_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Copilot\Model\RequestsTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\RequestsTable'; } } namespace Bitrix\Landing\Copilot\Model { /** * Common methods: * --------------- * * @method EO_Requests_Result exec() * @method \Bitrix\Landing\Copilot\Model\EO_Requests fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_Requests_Collection fetchCollection() */ class EO_Requests_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Copilot\Model\EO_Requests fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_Requests_Collection fetchCollection() */ class EO_Requests_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Copilot\Model\EO_Requests createObject($setDefaultValues = true) * @method \Bitrix\Landing\Copilot\Model\EO_Requests_Collection createCollection() * @method \Bitrix\Landing\Copilot\Model\EO_Requests wakeUpObject($row) * @method \Bitrix\Landing\Copilot\Model\EO_Requests_Collection wakeUpCollection($rows) */ class EO_Requests_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Copilot\Model\StepsTable:landing/lib/Copilot/Model/StepsTable.php */ namespace Bitrix\Landing\Copilot\Model { /** * EO_Steps * @see \Bitrix\Landing\Copilot\Model\StepsTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Copilot\Model\EO_Steps setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_Steps setGenerationId(\int|\Bitrix\Main\DB\SqlExpression $generationId) * @method bool hasGenerationId() * @method bool isGenerationIdFilled() * @method bool isGenerationIdChanged() * @method \int remindActualGenerationId() * @method \int requireGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_Steps resetGenerationId() * @method \Bitrix\Landing\Copilot\Model\EO_Steps unsetGenerationId() * @method \int fillGenerationId() * @method \int getStepId() * @method \Bitrix\Landing\Copilot\Model\EO_Steps setStepId(\int|\Bitrix\Main\DB\SqlExpression $stepId) * @method bool hasStepId() * @method bool isStepIdFilled() * @method bool isStepIdChanged() * @method \int remindActualStepId() * @method \int requireStepId() * @method \Bitrix\Landing\Copilot\Model\EO_Steps resetStepId() * @method \Bitrix\Landing\Copilot\Model\EO_Steps unsetStepId() * @method \int fillStepId() * @method \string getClass() * @method \Bitrix\Landing\Copilot\Model\EO_Steps setClass(\string|\Bitrix\Main\DB\SqlExpression $class) * @method bool hasClass() * @method bool isClassFilled() * @method bool isClassChanged() * @method \string remindActualClass() * @method \string requireClass() * @method \Bitrix\Landing\Copilot\Model\EO_Steps resetClass() * @method \Bitrix\Landing\Copilot\Model\EO_Steps unsetClass() * @method \string fillClass() * @method \int getStatus() * @method \Bitrix\Landing\Copilot\Model\EO_Steps setStatus(\int|\Bitrix\Main\DB\SqlExpression $status) * @method bool hasStatus() * @method bool isStatusFilled() * @method bool isStatusChanged() * @method \int remindActualStatus() * @method \int requireStatus() * @method \Bitrix\Landing\Copilot\Model\EO_Steps resetStatus() * @method \Bitrix\Landing\Copilot\Model\EO_Steps unsetStatus() * @method \int fillStatus() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_Steps set($fieldName, $value) * @method \Bitrix\Landing\Copilot\Model\EO_Steps reset($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_Steps unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Copilot\Model\EO_Steps wakeUp($data) */ class EO_Steps { /* @var \Bitrix\Landing\Copilot\Model\StepsTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\StepsTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Copilot\Model { /** * EO_Steps_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getGenerationIdList() * @method \int[] fillGenerationId() * @method \int[] getStepIdList() * @method \int[] fillStepId() * @method \string[] getClassList() * @method \string[] fillClass() * @method \int[] getStatusList() * @method \int[] fillStatus() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Copilot\Model\EO_Steps $object) * @method bool has(\Bitrix\Landing\Copilot\Model\EO_Steps $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_Steps getByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_Steps[] getAll() * @method bool remove(\Bitrix\Landing\Copilot\Model\EO_Steps $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Copilot\Model\EO_Steps_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Copilot\Model\EO_Steps current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Copilot\Model\EO_Steps_Collection merge(?\Bitrix\Landing\Copilot\Model\EO_Steps_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Steps_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Copilot\Model\StepsTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\StepsTable'; } } namespace Bitrix\Landing\Copilot\Model { /** * Common methods: * --------------- * * @method EO_Steps_Result exec() * @method \Bitrix\Landing\Copilot\Model\EO_Steps fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_Steps_Collection fetchCollection() */ class EO_Steps_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Copilot\Model\EO_Steps fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_Steps_Collection fetchCollection() */ class EO_Steps_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Copilot\Model\EO_Steps createObject($setDefaultValues = true) * @method \Bitrix\Landing\Copilot\Model\EO_Steps_Collection createCollection() * @method \Bitrix\Landing\Copilot\Model\EO_Steps wakeUpObject($row) * @method \Bitrix\Landing\Copilot\Model\EO_Steps_Collection wakeUpCollection($rows) */ class EO_Steps_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Copilot\Model\RequestToEntitiesTable:landing/lib/Copilot/Model/RequestToEntitiesTable.php */ namespace Bitrix\Landing\Copilot\Model { /** * EO_RequestToEntities * @see \Bitrix\Landing\Copilot\Model\RequestToEntitiesTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getRequestId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setRequestId(\int|\Bitrix\Main\DB\SqlExpression $requestId) * @method bool hasRequestId() * @method bool isRequestIdFilled() * @method bool isRequestIdChanged() * @method \int remindActualRequestId() * @method \int requireRequestId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities resetRequestId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unsetRequestId() * @method \int fillRequestId() * @method \string getEntityType() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities resetEntityType() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unsetEntityType() * @method \string fillEntityType() * @method \int getLandingId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setLandingId(\int|\Bitrix\Main\DB\SqlExpression $landingId) * @method bool hasLandingId() * @method bool isLandingIdFilled() * @method bool isLandingIdChanged() * @method \int remindActualLandingId() * @method \int requireLandingId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities resetLandingId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unsetLandingId() * @method \int fillLandingId() * @method \int getBlockId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setBlockId(\int|\Bitrix\Main\DB\SqlExpression $blockId) * @method bool hasBlockId() * @method bool isBlockIdFilled() * @method bool isBlockIdChanged() * @method \int remindActualBlockId() * @method \int requireBlockId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities resetBlockId() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unsetBlockId() * @method \int fillBlockId() * @method \string getNodeCode() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setNodeCode(\string|\Bitrix\Main\DB\SqlExpression $nodeCode) * @method bool hasNodeCode() * @method bool isNodeCodeFilled() * @method bool isNodeCodeChanged() * @method \string remindActualNodeCode() * @method \string requireNodeCode() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities resetNodeCode() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unsetNodeCode() * @method \string fillNodeCode() * @method \int getPosition() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setPosition(\int|\Bitrix\Main\DB\SqlExpression $position) * @method bool hasPosition() * @method bool isPositionFilled() * @method bool isPositionChanged() * @method \int remindActualPosition() * @method \int requirePosition() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities resetPosition() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unsetPosition() * @method \int fillPosition() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep getStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep remindActualStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep requireStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities setStepRef(\Bitrix\Landing\Copilot\Model\EO_RequestToStep $object) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities resetStepRef() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unsetStepRef() * @method bool hasStepRef() * @method bool isStepRefFilled() * @method bool isStepRefChanged() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep fillStepRef() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities set($fieldName, $value) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities reset($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Copilot\Model\EO_RequestToEntities wakeUp($data) */ class EO_RequestToEntities { /* @var \Bitrix\Landing\Copilot\Model\RequestToEntitiesTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\RequestToEntitiesTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Copilot\Model { /** * EO_RequestToEntities_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getRequestIdList() * @method \int[] fillRequestId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \int[] getLandingIdList() * @method \int[] fillLandingId() * @method \int[] getBlockIdList() * @method \int[] fillBlockId() * @method \string[] getNodeCodeList() * @method \string[] fillNodeCode() * @method \int[] getPositionList() * @method \int[] fillPosition() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep[] getStepRefList() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection getStepRefCollection() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToStep_Collection fillStepRef() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Copilot\Model\EO_RequestToEntities $object) * @method bool has(\Bitrix\Landing\Copilot\Model\EO_RequestToEntities $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities getByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities[] getAll() * @method bool remove(\Bitrix\Landing\Copilot\Model\EO_RequestToEntities $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection merge(?\Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_RequestToEntities_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Copilot\Model\RequestToEntitiesTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\RequestToEntitiesTable'; } } namespace Bitrix\Landing\Copilot\Model { /** * Common methods: * --------------- * * @method EO_RequestToEntities_Result exec() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection fetchCollection() */ class EO_RequestToEntities_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection fetchCollection() */ class EO_RequestToEntities_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities createObject($setDefaultValues = true) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection createCollection() * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities wakeUpObject($row) * @method \Bitrix\Landing\Copilot\Model\EO_RequestToEntities_Collection wakeUpCollection($rows) */ class EO_RequestToEntities_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Copilot\Model\GenerationsTable:landing/lib/Copilot/Model/GenerationsTable.php */ namespace Bitrix\Landing\Copilot\Model { /** * EO_Generations * @see \Bitrix\Landing\Copilot\Model\GenerationsTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getScenario() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setScenario(\string|\Bitrix\Main\DB\SqlExpression $scenario) * @method bool hasScenario() * @method bool isScenarioFilled() * @method bool isScenarioChanged() * @method \string remindActualScenario() * @method \string requireScenario() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetScenario() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetScenario() * @method \string fillScenario() * @method \int getStep() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setStep(\int|\Bitrix\Main\DB\SqlExpression $step) * @method bool hasStep() * @method bool isStepFilled() * @method bool isStepChanged() * @method \int remindActualStep() * @method \int requireStep() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetStep() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetStep() * @method \int fillStep() * @method null|\int getChatId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setChatId(null|\int|\Bitrix\Main\DB\SqlExpression $chatId) * @method bool hasChatId() * @method bool isChatIdFilled() * @method bool isChatIdChanged() * @method null|\int remindActualChatId() * @method null|\int requireChatId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetChatId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetChatId() * @method null|\int fillChatId() * @method null|\int getSiteId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setSiteId(null|\int|\Bitrix\Main\DB\SqlExpression $siteId) * @method bool hasSiteId() * @method bool isSiteIdFilled() * @method bool isSiteIdChanged() * @method null|\int remindActualSiteId() * @method null|\int requireSiteId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetSiteId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetSiteId() * @method null|\int fillSiteId() * @method null|\int getBlockId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setBlockId(null|\int|\Bitrix\Main\DB\SqlExpression $blockId) * @method bool hasBlockId() * @method bool isBlockIdFilled() * @method bool isBlockIdChanged() * @method null|\int remindActualBlockId() * @method null|\int requireBlockId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetBlockId() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetBlockId() * @method null|\int fillBlockId() * @method array getSiteData() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setSiteData(array|\Bitrix\Main\DB\SqlExpression $siteData) * @method bool hasSiteData() * @method bool isSiteDataFilled() * @method bool isSiteDataChanged() * @method array remindActualSiteData() * @method array requireSiteData() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetSiteData() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetSiteData() * @method array fillSiteData() * @method null|array getData() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setData(null|array|\Bitrix\Main\DB\SqlExpression $data) * @method bool hasData() * @method bool isDataFilled() * @method bool isDataChanged() * @method null|array remindActualData() * @method null|array requireData() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetData() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetData() * @method null|array fillData() * @method \int getCreatedById() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetCreatedById() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetDateCreate() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method null|\Bitrix\Main\Type\DateTime getDateFinished() * @method \Bitrix\Landing\Copilot\Model\EO_Generations setDateFinished(null|\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateFinished) * @method bool hasDateFinished() * @method bool isDateFinishedFilled() * @method bool isDateFinishedChanged() * @method null|\Bitrix\Main\Type\DateTime remindActualDateFinished() * @method null|\Bitrix\Main\Type\DateTime requireDateFinished() * @method \Bitrix\Landing\Copilot\Model\EO_Generations resetDateFinished() * @method \Bitrix\Landing\Copilot\Model\EO_Generations unsetDateFinished() * @method null|\Bitrix\Main\Type\DateTime fillDateFinished() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_Generations set($fieldName, $value) * @method \Bitrix\Landing\Copilot\Model\EO_Generations reset($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_Generations unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Copilot\Model\EO_Generations wakeUp($data) */ class EO_Generations { /* @var \Bitrix\Landing\Copilot\Model\GenerationsTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\GenerationsTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Copilot\Model { /** * EO_Generations_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getScenarioList() * @method \string[] fillScenario() * @method \int[] getStepList() * @method \int[] fillStep() * @method null|\int[] getChatIdList() * @method null|\int[] fillChatId() * @method null|\int[] getSiteIdList() * @method null|\int[] fillSiteId() * @method null|\int[] getBlockIdList() * @method null|\int[] fillBlockId() * @method array[] getSiteDataList() * @method array[] fillSiteData() * @method null|array[] getDataList() * @method null|array[] fillData() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method null|\Bitrix\Main\Type\DateTime[] getDateFinishedList() * @method null|\Bitrix\Main\Type\DateTime[] fillDateFinished() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Copilot\Model\EO_Generations $object) * @method bool has(\Bitrix\Landing\Copilot\Model\EO_Generations $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_Generations getByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_Generations[] getAll() * @method bool remove(\Bitrix\Landing\Copilot\Model\EO_Generations $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Copilot\Model\EO_Generations_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Copilot\Model\EO_Generations current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Copilot\Model\EO_Generations_Collection merge(?\Bitrix\Landing\Copilot\Model\EO_Generations_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Generations_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Copilot\Model\GenerationsTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\GenerationsTable'; } } namespace Bitrix\Landing\Copilot\Model { /** * Common methods: * --------------- * * @method EO_Generations_Result exec() * @method \Bitrix\Landing\Copilot\Model\EO_Generations fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_Generations_Collection fetchCollection() */ class EO_Generations_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Copilot\Model\EO_Generations fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_Generations_Collection fetchCollection() */ class EO_Generations_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Copilot\Model\EO_Generations createObject($setDefaultValues = true) * @method \Bitrix\Landing\Copilot\Model\EO_Generations_Collection createCollection() * @method \Bitrix\Landing\Copilot\Model\EO_Generations wakeUpObject($row) * @method \Bitrix\Landing\Copilot\Model\EO_Generations_Collection wakeUpCollection($rows) */ class EO_Generations_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Copilot\Model\SiteToChatTable:landing/lib/Copilot/Model/SiteToChatTable.php */ namespace Bitrix\Landing\Copilot\Model { /** * EO_SiteToChat * @see \Bitrix\Landing\Copilot\Model\SiteToChatTable * * Custom methods: * --------------- * * @method \int getChatId() * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat setChatId(\int|\Bitrix\Main\DB\SqlExpression $chatId) * @method bool hasChatId() * @method bool isChatIdFilled() * @method bool isChatIdChanged() * @method \int getSiteId() * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat setSiteId(\int|\Bitrix\Main\DB\SqlExpression $siteId) * @method bool hasSiteId() * @method bool isSiteIdFilled() * @method bool isSiteIdChanged() * @method \int getUserId() * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat setUserId(\int|\Bitrix\Main\DB\SqlExpression $userId) * @method bool hasUserId() * @method bool isUserIdFilled() * @method bool isUserIdChanged() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat set($fieldName, $value) * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat reset($fieldName) * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Copilot\Model\EO_SiteToChat wakeUp($data) */ class EO_SiteToChat { /* @var \Bitrix\Landing\Copilot\Model\SiteToChatTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\SiteToChatTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Copilot\Model { /** * EO_SiteToChat_Collection * * Custom methods: * --------------- * * @method \int[] getChatIdList() * @method \int[] getSiteIdList() * @method \int[] getUserIdList() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Copilot\Model\EO_SiteToChat $object) * @method bool has(\Bitrix\Landing\Copilot\Model\EO_SiteToChat $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat getByPrimary($primary) * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat[] getAll() * @method bool remove(\Bitrix\Landing\Copilot\Model\EO_SiteToChat $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Copilot\Model\EO_SiteToChat_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat_Collection merge(?\Bitrix\Landing\Copilot\Model\EO_SiteToChat_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_SiteToChat_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Copilot\Model\SiteToChatTable */ static public $dataClass = '\Bitrix\Landing\Copilot\Model\SiteToChatTable'; } } namespace Bitrix\Landing\Copilot\Model { /** * Common methods: * --------------- * * @method EO_SiteToChat_Result exec() * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat_Collection fetchCollection() */ class EO_SiteToChat_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat fetchObject() * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat_Collection fetchCollection() */ class EO_SiteToChat_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat createObject($setDefaultValues = true) * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat_Collection createCollection() * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat wakeUpObject($row) * @method \Bitrix\Landing\Copilot\Model\EO_SiteToChat_Collection wakeUpCollection($rows) */ class EO_SiteToChat_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\DomainTable:landing/lib/internals/domain.php */ namespace Bitrix\Landing\Internals { /** * EO_Domain * @see \Bitrix\Landing\Internals\DomainTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Domain setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Domain setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Domain resetActive() * @method \Bitrix\Landing\Internals\EO_Domain unsetActive() * @method \string fillActive() * @method \string getDomain() * @method \Bitrix\Landing\Internals\EO_Domain setDomain(\string|\Bitrix\Main\DB\SqlExpression $domain) * @method bool hasDomain() * @method bool isDomainFilled() * @method bool isDomainChanged() * @method \string remindActualDomain() * @method \string requireDomain() * @method \Bitrix\Landing\Internals\EO_Domain resetDomain() * @method \Bitrix\Landing\Internals\EO_Domain unsetDomain() * @method \string fillDomain() * @method \string getPrevDomain() * @method \Bitrix\Landing\Internals\EO_Domain setPrevDomain(\string|\Bitrix\Main\DB\SqlExpression $prevDomain) * @method bool hasPrevDomain() * @method bool isPrevDomainFilled() * @method bool isPrevDomainChanged() * @method \string remindActualPrevDomain() * @method \string requirePrevDomain() * @method \Bitrix\Landing\Internals\EO_Domain resetPrevDomain() * @method \Bitrix\Landing\Internals\EO_Domain unsetPrevDomain() * @method \string fillPrevDomain() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Domain setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Domain resetXmlId() * @method \Bitrix\Landing\Internals\EO_Domain unsetXmlId() * @method \string fillXmlId() * @method \string getProtocol() * @method \Bitrix\Landing\Internals\EO_Domain setProtocol(\string|\Bitrix\Main\DB\SqlExpression $protocol) * @method bool hasProtocol() * @method bool isProtocolFilled() * @method bool isProtocolChanged() * @method \string remindActualProtocol() * @method \string requireProtocol() * @method \Bitrix\Landing\Internals\EO_Domain resetProtocol() * @method \Bitrix\Landing\Internals\EO_Domain unsetProtocol() * @method \string fillProtocol() * @method \string getProvider() * @method \Bitrix\Landing\Internals\EO_Domain setProvider(\string|\Bitrix\Main\DB\SqlExpression $provider) * @method bool hasProvider() * @method bool isProviderFilled() * @method bool isProviderChanged() * @method \string remindActualProvider() * @method \string requireProvider() * @method \Bitrix\Landing\Internals\EO_Domain resetProvider() * @method \Bitrix\Landing\Internals\EO_Domain unsetProvider() * @method \string fillProvider() * @method \int getFailCount() * @method \Bitrix\Landing\Internals\EO_Domain setFailCount(\int|\Bitrix\Main\DB\SqlExpression $failCount) * @method bool hasFailCount() * @method bool isFailCountFilled() * @method bool isFailCountChanged() * @method \int remindActualFailCount() * @method \int requireFailCount() * @method \Bitrix\Landing\Internals\EO_Domain resetFailCount() * @method \Bitrix\Landing\Internals\EO_Domain unsetFailCount() * @method \int fillFailCount() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Domain setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Domain resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Domain unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\EO_User getCreatedBy() * @method \Bitrix\Main\EO_User remindActualCreatedBy() * @method \Bitrix\Main\EO_User requireCreatedBy() * @method \Bitrix\Landing\Internals\EO_Domain setCreatedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Domain resetCreatedBy() * @method \Bitrix\Landing\Internals\EO_Domain unsetCreatedBy() * @method bool hasCreatedBy() * @method bool isCreatedByFilled() * @method bool isCreatedByChanged() * @method \Bitrix\Main\EO_User fillCreatedBy() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Domain setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Domain resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Domain unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\EO_User getModifiedBy() * @method \Bitrix\Main\EO_User remindActualModifiedBy() * @method \Bitrix\Main\EO_User requireModifiedBy() * @method \Bitrix\Landing\Internals\EO_Domain setModifiedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Domain resetModifiedBy() * @method \Bitrix\Landing\Internals\EO_Domain unsetModifiedBy() * @method bool hasModifiedBy() * @method bool isModifiedByFilled() * @method bool isModifiedByChanged() * @method \Bitrix\Main\EO_User fillModifiedBy() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Domain setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Domain resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Domain unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Domain setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Domain resetDateModify() * @method \Bitrix\Landing\Internals\EO_Domain unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Domain set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Domain reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Domain unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Domain wakeUp($data) */ class EO_Domain { /* @var \Bitrix\Landing\Internals\DomainTable */ static public $dataClass = '\Bitrix\Landing\Internals\DomainTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Domain_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getDomainList() * @method \string[] fillDomain() * @method \string[] getPrevDomainList() * @method \string[] fillPrevDomain() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getProtocolList() * @method \string[] fillProtocol() * @method \string[] getProviderList() * @method \string[] fillProvider() * @method \int[] getFailCountList() * @method \int[] fillFailCount() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\EO_User[] getCreatedByList() * @method \Bitrix\Landing\Internals\EO_Domain_Collection getCreatedByCollection() * @method \Bitrix\Main\EO_User_Collection fillCreatedBy() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\EO_User[] getModifiedByList() * @method \Bitrix\Landing\Internals\EO_Domain_Collection getModifiedByCollection() * @method \Bitrix\Main\EO_User_Collection fillModifiedBy() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Domain $object) * @method bool has(\Bitrix\Landing\Internals\EO_Domain $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Domain getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Domain[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Domain $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Domain_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Domain current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Domain_Collection merge(?\Bitrix\Landing\Internals\EO_Domain_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Domain_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\DomainTable */ static public $dataClass = '\Bitrix\Landing\Internals\DomainTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Domain_Result exec() * @method \Bitrix\Landing\Internals\EO_Domain fetchObject() * @method \Bitrix\Landing\Internals\EO_Domain_Collection fetchCollection() */ class EO_Domain_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Domain fetchObject() * @method \Bitrix\Landing\Internals\EO_Domain_Collection fetchCollection() */ class EO_Domain_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Domain createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Domain_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Domain wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Domain_Collection wakeUpCollection($rows) */ class EO_Domain_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\DesignerRepoTable:landing/lib/internals/designerrepo.php */ namespace Bitrix\Landing\Internals { /** * EO_DesignerRepo * @see \Bitrix\Landing\Internals\DesignerRepoTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetXmlId() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetXmlId() * @method \string fillXmlId() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetTitle() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetTitle() * @method \string fillTitle() * @method \int getSort() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setSort(\int|\Bitrix\Main\DB\SqlExpression $sort) * @method bool hasSort() * @method bool isSortFilled() * @method bool isSortChanged() * @method \int remindActualSort() * @method \int requireSort() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetSort() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetSort() * @method \int fillSort() * @method \string getHtml() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setHtml(\string|\Bitrix\Main\DB\SqlExpression $html) * @method bool hasHtml() * @method bool isHtmlFilled() * @method bool isHtmlChanged() * @method \string remindActualHtml() * @method \string requireHtml() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetHtml() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetHtml() * @method \string fillHtml() * @method array getManifest() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setManifest(array|\Bitrix\Main\DB\SqlExpression $manifest) * @method bool hasManifest() * @method bool isManifestFilled() * @method bool isManifestChanged() * @method array remindActualManifest() * @method array requireManifest() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetManifest() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetManifest() * @method array fillManifest() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetCreatedById() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetModifiedById() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetDateCreate() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_DesignerRepo setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_DesignerRepo resetDateModify() * @method \Bitrix\Landing\Internals\EO_DesignerRepo unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_DesignerRepo set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_DesignerRepo reset($fieldName) * @method \Bitrix\Landing\Internals\EO_DesignerRepo unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_DesignerRepo wakeUp($data) */ class EO_DesignerRepo { /* @var \Bitrix\Landing\Internals\DesignerRepoTable */ static public $dataClass = '\Bitrix\Landing\Internals\DesignerRepoTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_DesignerRepo_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \int[] getSortList() * @method \int[] fillSort() * @method \string[] getHtmlList() * @method \string[] fillHtml() * @method array[] getManifestList() * @method array[] fillManifest() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_DesignerRepo $object) * @method bool has(\Bitrix\Landing\Internals\EO_DesignerRepo $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_DesignerRepo getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_DesignerRepo[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_DesignerRepo $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_DesignerRepo_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_DesignerRepo current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_DesignerRepo_Collection merge(?\Bitrix\Landing\Internals\EO_DesignerRepo_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_DesignerRepo_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\DesignerRepoTable */ static public $dataClass = '\Bitrix\Landing\Internals\DesignerRepoTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_DesignerRepo_Result exec() * @method \Bitrix\Landing\Internals\EO_DesignerRepo fetchObject() * @method \Bitrix\Landing\Internals\EO_DesignerRepo_Collection fetchCollection() */ class EO_DesignerRepo_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_DesignerRepo fetchObject() * @method \Bitrix\Landing\Internals\EO_DesignerRepo_Collection fetchCollection() */ class EO_DesignerRepo_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_DesignerRepo createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_DesignerRepo_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_DesignerRepo wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_DesignerRepo_Collection wakeUpCollection($rows) */ class EO_DesignerRepo_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\UrlCheckerStatusTable:landing/lib/internals/urlcheckerstatus.php */ namespace Bitrix\Landing\Internals { /** * EO_UrlCheckerStatus * @see \Bitrix\Landing\Internals\UrlCheckerStatusTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getUrl() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus setUrl(\string|\Bitrix\Main\DB\SqlExpression $url) * @method bool hasUrl() * @method bool isUrlFilled() * @method bool isUrlChanged() * @method \string remindActualUrl() * @method \string requireUrl() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus resetUrl() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus unsetUrl() * @method \string fillUrl() * @method \string getHash() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus setHash(\string|\Bitrix\Main\DB\SqlExpression $hash) * @method bool hasHash() * @method bool isHashFilled() * @method bool isHashChanged() * @method \string remindActualHash() * @method \string requireHash() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus resetHash() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus unsetHash() * @method \string fillHash() * @method \string getStatus() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus setStatus(\string|\Bitrix\Main\DB\SqlExpression $status) * @method bool hasStatus() * @method bool isStatusFilled() * @method bool isStatusChanged() * @method \string remindActualStatus() * @method \string requireStatus() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus resetStatus() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus unsetStatus() * @method \string fillStatus() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus reset($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_UrlCheckerStatus wakeUp($data) */ class EO_UrlCheckerStatus { /* @var \Bitrix\Landing\Internals\UrlCheckerStatusTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlCheckerStatusTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_UrlCheckerStatus_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getUrlList() * @method \string[] fillUrl() * @method \string[] getHashList() * @method \string[] fillHash() * @method \string[] getStatusList() * @method \string[] fillStatus() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_UrlCheckerStatus $object) * @method bool has(\Bitrix\Landing\Internals\EO_UrlCheckerStatus $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_UrlCheckerStatus $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_UrlCheckerStatus_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus_Collection merge(?\Bitrix\Landing\Internals\EO_UrlCheckerStatus_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_UrlCheckerStatus_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\UrlCheckerStatusTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlCheckerStatusTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_UrlCheckerStatus_Result exec() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus_Collection fetchCollection() */ class EO_UrlCheckerStatus_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus_Collection fetchCollection() */ class EO_UrlCheckerStatus_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_UrlCheckerStatus_Collection wakeUpCollection($rows) */ class EO_UrlCheckerStatus_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\DemosTable:landing/lib/internals/demos.php */ namespace Bitrix\Landing\Internals { /** * EO_Demos * @see \Bitrix\Landing\Internals\DemosTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Demos setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Demos setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Demos resetXmlId() * @method \Bitrix\Landing\Internals\EO_Demos unsetXmlId() * @method \string fillXmlId() * @method \string getAppCode() * @method \Bitrix\Landing\Internals\EO_Demos setAppCode(\string|\Bitrix\Main\DB\SqlExpression $appCode) * @method bool hasAppCode() * @method bool isAppCodeFilled() * @method bool isAppCodeChanged() * @method \string remindActualAppCode() * @method \string requireAppCode() * @method \Bitrix\Landing\Internals\EO_Demos resetAppCode() * @method \Bitrix\Landing\Internals\EO_Demos unsetAppCode() * @method \string fillAppCode() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Demos setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Demos resetActive() * @method \Bitrix\Landing\Internals\EO_Demos unsetActive() * @method \string fillActive() * @method \string getType() * @method \Bitrix\Landing\Internals\EO_Demos setType(\string|\Bitrix\Main\DB\SqlExpression $type) * @method bool hasType() * @method bool isTypeFilled() * @method bool isTypeChanged() * @method \string remindActualType() * @method \string requireType() * @method \Bitrix\Landing\Internals\EO_Demos resetType() * @method \Bitrix\Landing\Internals\EO_Demos unsetType() * @method \string fillType() * @method \string getTplType() * @method \Bitrix\Landing\Internals\EO_Demos setTplType(\string|\Bitrix\Main\DB\SqlExpression $tplType) * @method bool hasTplType() * @method bool isTplTypeFilled() * @method bool isTplTypeChanged() * @method \string remindActualTplType() * @method \string requireTplType() * @method \Bitrix\Landing\Internals\EO_Demos resetTplType() * @method \Bitrix\Landing\Internals\EO_Demos unsetTplType() * @method \string fillTplType() * @method \string getShowInList() * @method \Bitrix\Landing\Internals\EO_Demos setShowInList(\string|\Bitrix\Main\DB\SqlExpression $showInList) * @method bool hasShowInList() * @method bool isShowInListFilled() * @method bool isShowInListChanged() * @method \string remindActualShowInList() * @method \string requireShowInList() * @method \Bitrix\Landing\Internals\EO_Demos resetShowInList() * @method \Bitrix\Landing\Internals\EO_Demos unsetShowInList() * @method \string fillShowInList() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Demos setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Demos resetTitle() * @method \Bitrix\Landing\Internals\EO_Demos unsetTitle() * @method \string fillTitle() * @method \string getDescription() * @method \Bitrix\Landing\Internals\EO_Demos setDescription(\string|\Bitrix\Main\DB\SqlExpression $description) * @method bool hasDescription() * @method bool isDescriptionFilled() * @method bool isDescriptionChanged() * @method \string remindActualDescription() * @method \string requireDescription() * @method \Bitrix\Landing\Internals\EO_Demos resetDescription() * @method \Bitrix\Landing\Internals\EO_Demos unsetDescription() * @method \string fillDescription() * @method \string getPreviewUrl() * @method \Bitrix\Landing\Internals\EO_Demos setPreviewUrl(\string|\Bitrix\Main\DB\SqlExpression $previewUrl) * @method bool hasPreviewUrl() * @method bool isPreviewUrlFilled() * @method bool isPreviewUrlChanged() * @method \string remindActualPreviewUrl() * @method \string requirePreviewUrl() * @method \Bitrix\Landing\Internals\EO_Demos resetPreviewUrl() * @method \Bitrix\Landing\Internals\EO_Demos unsetPreviewUrl() * @method \string fillPreviewUrl() * @method \string getPreview() * @method \Bitrix\Landing\Internals\EO_Demos setPreview(\string|\Bitrix\Main\DB\SqlExpression $preview) * @method bool hasPreview() * @method bool isPreviewFilled() * @method bool isPreviewChanged() * @method \string remindActualPreview() * @method \string requirePreview() * @method \Bitrix\Landing\Internals\EO_Demos resetPreview() * @method \Bitrix\Landing\Internals\EO_Demos unsetPreview() * @method \string fillPreview() * @method \string getPreview2x() * @method \Bitrix\Landing\Internals\EO_Demos setPreview2x(\string|\Bitrix\Main\DB\SqlExpression $preview2x) * @method bool hasPreview2x() * @method bool isPreview2xFilled() * @method bool isPreview2xChanged() * @method \string remindActualPreview2x() * @method \string requirePreview2x() * @method \Bitrix\Landing\Internals\EO_Demos resetPreview2x() * @method \Bitrix\Landing\Internals\EO_Demos unsetPreview2x() * @method \string fillPreview2x() * @method \string getPreview3x() * @method \Bitrix\Landing\Internals\EO_Demos setPreview3x(\string|\Bitrix\Main\DB\SqlExpression $preview3x) * @method bool hasPreview3x() * @method bool isPreview3xFilled() * @method bool isPreview3xChanged() * @method \string remindActualPreview3x() * @method \string requirePreview3x() * @method \Bitrix\Landing\Internals\EO_Demos resetPreview3x() * @method \Bitrix\Landing\Internals\EO_Demos unsetPreview3x() * @method \string fillPreview3x() * @method \string getManifest() * @method \Bitrix\Landing\Internals\EO_Demos setManifest(\string|\Bitrix\Main\DB\SqlExpression $manifest) * @method bool hasManifest() * @method bool isManifestFilled() * @method bool isManifestChanged() * @method \string remindActualManifest() * @method \string requireManifest() * @method \Bitrix\Landing\Internals\EO_Demos resetManifest() * @method \Bitrix\Landing\Internals\EO_Demos unsetManifest() * @method \string fillManifest() * @method \string getLang() * @method \Bitrix\Landing\Internals\EO_Demos setLang(\string|\Bitrix\Main\DB\SqlExpression $lang) * @method bool hasLang() * @method bool isLangFilled() * @method bool isLangChanged() * @method \string remindActualLang() * @method \string requireLang() * @method \Bitrix\Landing\Internals\EO_Demos resetLang() * @method \Bitrix\Landing\Internals\EO_Demos unsetLang() * @method \string fillLang() * @method \string getSiteTemplateId() * @method \Bitrix\Landing\Internals\EO_Demos setSiteTemplateId(\string|\Bitrix\Main\DB\SqlExpression $siteTemplateId) * @method bool hasSiteTemplateId() * @method bool isSiteTemplateIdFilled() * @method bool isSiteTemplateIdChanged() * @method \string remindActualSiteTemplateId() * @method \string requireSiteTemplateId() * @method \Bitrix\Landing\Internals\EO_Demos resetSiteTemplateId() * @method \Bitrix\Landing\Internals\EO_Demos unsetSiteTemplateId() * @method \string fillSiteTemplateId() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Demos setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Demos resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Demos unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Demos setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Demos resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Demos unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Demos setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Demos resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Demos unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Demos setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Demos resetDateModify() * @method \Bitrix\Landing\Internals\EO_Demos unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Demos set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Demos reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Demos unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Demos wakeUp($data) */ class EO_Demos { /* @var \Bitrix\Landing\Internals\DemosTable */ static public $dataClass = '\Bitrix\Landing\Internals\DemosTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Demos_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getAppCodeList() * @method \string[] fillAppCode() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getTypeList() * @method \string[] fillType() * @method \string[] getTplTypeList() * @method \string[] fillTplType() * @method \string[] getShowInListList() * @method \string[] fillShowInList() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \string[] getDescriptionList() * @method \string[] fillDescription() * @method \string[] getPreviewUrlList() * @method \string[] fillPreviewUrl() * @method \string[] getPreviewList() * @method \string[] fillPreview() * @method \string[] getPreview2xList() * @method \string[] fillPreview2x() * @method \string[] getPreview3xList() * @method \string[] fillPreview3x() * @method \string[] getManifestList() * @method \string[] fillManifest() * @method \string[] getLangList() * @method \string[] fillLang() * @method \string[] getSiteTemplateIdList() * @method \string[] fillSiteTemplateId() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Demos $object) * @method bool has(\Bitrix\Landing\Internals\EO_Demos $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Demos getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Demos[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Demos $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Demos_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Demos current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Demos_Collection merge(?\Bitrix\Landing\Internals\EO_Demos_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Demos_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\DemosTable */ static public $dataClass = '\Bitrix\Landing\Internals\DemosTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Demos_Result exec() * @method \Bitrix\Landing\Internals\EO_Demos fetchObject() * @method \Bitrix\Landing\Internals\EO_Demos_Collection fetchCollection() */ class EO_Demos_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Demos fetchObject() * @method \Bitrix\Landing\Internals\EO_Demos_Collection fetchCollection() */ class EO_Demos_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Demos createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Demos_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Demos wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Demos_Collection wakeUpCollection($rows) */ class EO_Demos_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\LockTable:landing/lib/internals/lock.php */ namespace Bitrix\Landing\Internals { /** * EO_Lock * @see \Bitrix\Landing\Internals\LockTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Lock setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_Lock setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_Lock resetEntityId() * @method \Bitrix\Landing\Internals\EO_Lock unsetEntityId() * @method \int fillEntityId() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_Lock setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_Lock resetEntityType() * @method \Bitrix\Landing\Internals\EO_Lock unsetEntityType() * @method \string fillEntityType() * @method \string getLockType() * @method \Bitrix\Landing\Internals\EO_Lock setLockType(\string|\Bitrix\Main\DB\SqlExpression $lockType) * @method bool hasLockType() * @method bool isLockTypeFilled() * @method bool isLockTypeChanged() * @method \string remindActualLockType() * @method \string requireLockType() * @method \Bitrix\Landing\Internals\EO_Lock resetLockType() * @method \Bitrix\Landing\Internals\EO_Lock unsetLockType() * @method \string fillLockType() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Lock set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Lock reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Lock unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Lock wakeUp($data) */ class EO_Lock { /* @var \Bitrix\Landing\Internals\LockTable */ static public $dataClass = '\Bitrix\Landing\Internals\LockTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Lock_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \string[] getLockTypeList() * @method \string[] fillLockType() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Lock $object) * @method bool has(\Bitrix\Landing\Internals\EO_Lock $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Lock getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Lock[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Lock $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Lock_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Lock current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Lock_Collection merge(?\Bitrix\Landing\Internals\EO_Lock_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Lock_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\LockTable */ static public $dataClass = '\Bitrix\Landing\Internals\LockTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Lock_Result exec() * @method \Bitrix\Landing\Internals\EO_Lock fetchObject() * @method \Bitrix\Landing\Internals\EO_Lock_Collection fetchCollection() */ class EO_Lock_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Lock fetchObject() * @method \Bitrix\Landing\Internals\EO_Lock_Collection fetchCollection() */ class EO_Lock_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Lock createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Lock_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Lock wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Lock_Collection wakeUpCollection($rows) */ class EO_Lock_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\UrlCheckerHostTable:landing/lib/internals/urlcheckerhost.php */ namespace Bitrix\Landing\Internals { /** * EO_UrlCheckerHost * @see \Bitrix\Landing\Internals\UrlCheckerHostTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getStatusId() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost setStatusId(\int|\Bitrix\Main\DB\SqlExpression $statusId) * @method bool hasStatusId() * @method bool isStatusIdFilled() * @method bool isStatusIdChanged() * @method \int remindActualStatusId() * @method \int requireStatusId() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost resetStatusId() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost unsetStatusId() * @method \int fillStatusId() * @method \string getHost() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost setHost(\string|\Bitrix\Main\DB\SqlExpression $host) * @method bool hasHost() * @method bool isHostFilled() * @method bool isHostChanged() * @method \string remindActualHost() * @method \string requireHost() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost resetHost() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost unsetHost() * @method \string fillHost() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost reset($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_UrlCheckerHost wakeUp($data) */ class EO_UrlCheckerHost { /* @var \Bitrix\Landing\Internals\UrlCheckerHostTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlCheckerHostTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_UrlCheckerHost_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getStatusIdList() * @method \int[] fillStatusId() * @method \string[] getHostList() * @method \string[] fillHost() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_UrlCheckerHost $object) * @method bool has(\Bitrix\Landing\Internals\EO_UrlCheckerHost $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_UrlCheckerHost $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_UrlCheckerHost_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost_Collection merge(?\Bitrix\Landing\Internals\EO_UrlCheckerHost_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_UrlCheckerHost_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\UrlCheckerHostTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlCheckerHostTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_UrlCheckerHost_Result exec() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost_Collection fetchCollection() */ class EO_UrlCheckerHost_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost_Collection fetchCollection() */ class EO_UrlCheckerHost_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_UrlCheckerHost_Collection wakeUpCollection($rows) */ class EO_UrlCheckerHost_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\UrlCheckerWhitelistTable:landing/lib/internals/urlcheckerwhitelist.php */ namespace Bitrix\Landing\Internals { /** * EO_UrlCheckerWhitelist * @see \Bitrix\Landing\Internals\UrlCheckerWhitelistTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getDomain() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist setDomain(\string|\Bitrix\Main\DB\SqlExpression $domain) * @method bool hasDomain() * @method bool isDomainFilled() * @method bool isDomainChanged() * @method \string remindActualDomain() * @method \string requireDomain() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist resetDomain() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist unsetDomain() * @method \string fillDomain() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist reset($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist wakeUp($data) */ class EO_UrlCheckerWhitelist { /* @var \Bitrix\Landing\Internals\UrlCheckerWhitelistTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlCheckerWhitelistTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_UrlCheckerWhitelist_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getDomainList() * @method \string[] fillDomain() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_UrlCheckerWhitelist $object) * @method bool has(\Bitrix\Landing\Internals\EO_UrlCheckerWhitelist $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_UrlCheckerWhitelist $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist_Collection merge(?\Bitrix\Landing\Internals\EO_UrlCheckerWhitelist_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_UrlCheckerWhitelist_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\UrlCheckerWhitelistTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlCheckerWhitelistTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_UrlCheckerWhitelist_Result exec() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist_Collection fetchCollection() */ class EO_UrlCheckerWhitelist_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist_Collection fetchCollection() */ class EO_UrlCheckerWhitelist_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_UrlCheckerWhitelist_Collection wakeUpCollection($rows) */ class EO_UrlCheckerWhitelist_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\FileTable:landing/lib/internals/file.php */ namespace Bitrix\Landing\Internals { /** * EO_File * @see \Bitrix\Landing\Internals\FileTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_File setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_File setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_File resetEntityId() * @method \Bitrix\Landing\Internals\EO_File unsetEntityId() * @method \int fillEntityId() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_File setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_File resetEntityType() * @method \Bitrix\Landing\Internals\EO_File unsetEntityType() * @method \string fillEntityType() * @method \int getFileId() * @method \Bitrix\Landing\Internals\EO_File setFileId(\int|\Bitrix\Main\DB\SqlExpression $fileId) * @method bool hasFileId() * @method bool isFileIdFilled() * @method bool isFileIdChanged() * @method \int remindActualFileId() * @method \int requireFileId() * @method \Bitrix\Landing\Internals\EO_File resetFileId() * @method \Bitrix\Landing\Internals\EO_File unsetFileId() * @method \int fillFileId() * @method \string getTemp() * @method \Bitrix\Landing\Internals\EO_File setTemp(\string|\Bitrix\Main\DB\SqlExpression $temp) * @method bool hasTemp() * @method bool isTempFilled() * @method bool isTempChanged() * @method \string remindActualTemp() * @method \string requireTemp() * @method \Bitrix\Landing\Internals\EO_File resetTemp() * @method \Bitrix\Landing\Internals\EO_File unsetTemp() * @method \string fillTemp() * @method \Bitrix\Main\EO_File getFile() * @method \Bitrix\Main\EO_File remindActualFile() * @method \Bitrix\Main\EO_File requireFile() * @method \Bitrix\Landing\Internals\EO_File setFile(\Bitrix\Main\EO_File $object) * @method \Bitrix\Landing\Internals\EO_File resetFile() * @method \Bitrix\Landing\Internals\EO_File unsetFile() * @method bool hasFile() * @method bool isFileFilled() * @method bool isFileChanged() * @method \Bitrix\Main\EO_File fillFile() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_File set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_File reset($fieldName) * @method \Bitrix\Landing\Internals\EO_File unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_File wakeUp($data) */ class EO_File { /* @var \Bitrix\Landing\Internals\FileTable */ static public $dataClass = '\Bitrix\Landing\Internals\FileTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_File_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \int[] getFileIdList() * @method \int[] fillFileId() * @method \string[] getTempList() * @method \string[] fillTemp() * @method \Bitrix\Main\EO_File[] getFileList() * @method \Bitrix\Landing\Internals\EO_File_Collection getFileCollection() * @method \Bitrix\Main\EO_File_Collection fillFile() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_File $object) * @method bool has(\Bitrix\Landing\Internals\EO_File $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_File getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_File[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_File $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_File_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_File current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_File_Collection merge(?\Bitrix\Landing\Internals\EO_File_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_File_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\FileTable */ static public $dataClass = '\Bitrix\Landing\Internals\FileTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_File_Result exec() * @method \Bitrix\Landing\Internals\EO_File fetchObject() * @method \Bitrix\Landing\Internals\EO_File_Collection fetchCollection() */ class EO_File_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_File fetchObject() * @method \Bitrix\Landing\Internals\EO_File_Collection fetchCollection() */ class EO_File_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_File createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_File_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_File wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_File_Collection wakeUpCollection($rows) */ class EO_File_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\BlockLastUsedTable:landing/lib/internals/blocklastused.php */ namespace Bitrix\Landing\Internals { /** * EO_BlockLastUsed * @see \Bitrix\Landing\Internals\BlockLastUsedTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getUserId() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed setUserId(\int|\Bitrix\Main\DB\SqlExpression $userId) * @method bool hasUserId() * @method bool isUserIdFilled() * @method bool isUserIdChanged() * @method \int remindActualUserId() * @method \int requireUserId() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed resetUserId() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed unsetUserId() * @method \int fillUserId() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed resetCode() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed unsetCode() * @method \string fillCode() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed resetDateCreate() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_BlockLastUsed set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_BlockLastUsed reset($fieldName) * @method \Bitrix\Landing\Internals\EO_BlockLastUsed unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_BlockLastUsed wakeUp($data) */ class EO_BlockLastUsed { /* @var \Bitrix\Landing\Internals\BlockLastUsedTable */ static public $dataClass = '\Bitrix\Landing\Internals\BlockLastUsedTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_BlockLastUsed_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getUserIdList() * @method \int[] fillUserId() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_BlockLastUsed $object) * @method bool has(\Bitrix\Landing\Internals\EO_BlockLastUsed $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_BlockLastUsed getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_BlockLastUsed[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_BlockLastUsed $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_BlockLastUsed_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_BlockLastUsed current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_BlockLastUsed_Collection merge(?\Bitrix\Landing\Internals\EO_BlockLastUsed_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_BlockLastUsed_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\BlockLastUsedTable */ static public $dataClass = '\Bitrix\Landing\Internals\BlockLastUsedTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_BlockLastUsed_Result exec() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed fetchObject() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed_Collection fetchCollection() */ class EO_BlockLastUsed_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_BlockLastUsed fetchObject() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed_Collection fetchCollection() */ class EO_BlockLastUsed_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_BlockLastUsed createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_BlockLastUsed_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_BlockLastUsed wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_BlockLastUsed_Collection wakeUpCollection($rows) */ class EO_BlockLastUsed_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\FilterBlockTable:landing/lib/internals/filterblock.php */ namespace Bitrix\Landing\Internals { /** * EO_FilterBlock * @see \Bitrix\Landing\Internals\FilterBlockTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_FilterBlock setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getFilterId() * @method \Bitrix\Landing\Internals\EO_FilterBlock setFilterId(\int|\Bitrix\Main\DB\SqlExpression $filterId) * @method bool hasFilterId() * @method bool isFilterIdFilled() * @method bool isFilterIdChanged() * @method \int remindActualFilterId() * @method \int requireFilterId() * @method \Bitrix\Landing\Internals\EO_FilterBlock resetFilterId() * @method \Bitrix\Landing\Internals\EO_FilterBlock unsetFilterId() * @method \int fillFilterId() * @method \int getBlockId() * @method \Bitrix\Landing\Internals\EO_FilterBlock setBlockId(\int|\Bitrix\Main\DB\SqlExpression $blockId) * @method bool hasBlockId() * @method bool isBlockIdFilled() * @method bool isBlockIdChanged() * @method \int remindActualBlockId() * @method \int requireBlockId() * @method \Bitrix\Landing\Internals\EO_FilterBlock resetBlockId() * @method \Bitrix\Landing\Internals\EO_FilterBlock unsetBlockId() * @method \int fillBlockId() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_FilterBlock set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_FilterBlock reset($fieldName) * @method \Bitrix\Landing\Internals\EO_FilterBlock unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_FilterBlock wakeUp($data) */ class EO_FilterBlock { /* @var \Bitrix\Landing\Internals\FilterBlockTable */ static public $dataClass = '\Bitrix\Landing\Internals\FilterBlockTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_FilterBlock_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getFilterIdList() * @method \int[] fillFilterId() * @method \int[] getBlockIdList() * @method \int[] fillBlockId() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_FilterBlock $object) * @method bool has(\Bitrix\Landing\Internals\EO_FilterBlock $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_FilterBlock getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_FilterBlock[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_FilterBlock $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_FilterBlock_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_FilterBlock current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_FilterBlock_Collection merge(?\Bitrix\Landing\Internals\EO_FilterBlock_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_FilterBlock_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\FilterBlockTable */ static public $dataClass = '\Bitrix\Landing\Internals\FilterBlockTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_FilterBlock_Result exec() * @method \Bitrix\Landing\Internals\EO_FilterBlock fetchObject() * @method \Bitrix\Landing\Internals\EO_FilterBlock_Collection fetchCollection() */ class EO_FilterBlock_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_FilterBlock fetchObject() * @method \Bitrix\Landing\Internals\EO_FilterBlock_Collection fetchCollection() */ class EO_FilterBlock_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_FilterBlock createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_FilterBlock_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_FilterBlock wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_FilterBlock_Collection wakeUpCollection($rows) */ class EO_FilterBlock_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\RoleTable:landing/lib/internals/role.php */ namespace Bitrix\Landing\Internals { /** * EO_Role * @see \Bitrix\Landing\Internals\RoleTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Role setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Role setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Role resetTitle() * @method \Bitrix\Landing\Internals\EO_Role unsetTitle() * @method \string fillTitle() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Role setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Role resetXmlId() * @method \Bitrix\Landing\Internals\EO_Role unsetXmlId() * @method \string fillXmlId() * @method \string getType() * @method \Bitrix\Landing\Internals\EO_Role setType(\string|\Bitrix\Main\DB\SqlExpression $type) * @method bool hasType() * @method bool isTypeFilled() * @method bool isTypeChanged() * @method \string remindActualType() * @method \string requireType() * @method \Bitrix\Landing\Internals\EO_Role resetType() * @method \Bitrix\Landing\Internals\EO_Role unsetType() * @method \string fillType() * @method \string getAccessCodes() * @method \Bitrix\Landing\Internals\EO_Role setAccessCodes(\string|\Bitrix\Main\DB\SqlExpression $accessCodes) * @method bool hasAccessCodes() * @method bool isAccessCodesFilled() * @method bool isAccessCodesChanged() * @method \string remindActualAccessCodes() * @method \string requireAccessCodes() * @method \Bitrix\Landing\Internals\EO_Role resetAccessCodes() * @method \Bitrix\Landing\Internals\EO_Role unsetAccessCodes() * @method \string fillAccessCodes() * @method \string getAdditionalRights() * @method \Bitrix\Landing\Internals\EO_Role setAdditionalRights(\string|\Bitrix\Main\DB\SqlExpression $additionalRights) * @method bool hasAdditionalRights() * @method bool isAdditionalRightsFilled() * @method bool isAdditionalRightsChanged() * @method \string remindActualAdditionalRights() * @method \string requireAdditionalRights() * @method \Bitrix\Landing\Internals\EO_Role resetAdditionalRights() * @method \Bitrix\Landing\Internals\EO_Role unsetAdditionalRights() * @method \string fillAdditionalRights() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Role setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Role resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Role unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\EO_User getCreatedBy() * @method \Bitrix\Main\EO_User remindActualCreatedBy() * @method \Bitrix\Main\EO_User requireCreatedBy() * @method \Bitrix\Landing\Internals\EO_Role setCreatedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Role resetCreatedBy() * @method \Bitrix\Landing\Internals\EO_Role unsetCreatedBy() * @method bool hasCreatedBy() * @method bool isCreatedByFilled() * @method bool isCreatedByChanged() * @method \Bitrix\Main\EO_User fillCreatedBy() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Role setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Role resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Role unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\EO_User getModifiedBy() * @method \Bitrix\Main\EO_User remindActualModifiedBy() * @method \Bitrix\Main\EO_User requireModifiedBy() * @method \Bitrix\Landing\Internals\EO_Role setModifiedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Role resetModifiedBy() * @method \Bitrix\Landing\Internals\EO_Role unsetModifiedBy() * @method bool hasModifiedBy() * @method bool isModifiedByFilled() * @method bool isModifiedByChanged() * @method \Bitrix\Main\EO_User fillModifiedBy() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Role setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Role resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Role unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Role setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Role resetDateModify() * @method \Bitrix\Landing\Internals\EO_Role unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Role set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Role reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Role unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Role wakeUp($data) */ class EO_Role { /* @var \Bitrix\Landing\Internals\RoleTable */ static public $dataClass = '\Bitrix\Landing\Internals\RoleTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Role_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getTypeList() * @method \string[] fillType() * @method \string[] getAccessCodesList() * @method \string[] fillAccessCodes() * @method \string[] getAdditionalRightsList() * @method \string[] fillAdditionalRights() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\EO_User[] getCreatedByList() * @method \Bitrix\Landing\Internals\EO_Role_Collection getCreatedByCollection() * @method \Bitrix\Main\EO_User_Collection fillCreatedBy() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\EO_User[] getModifiedByList() * @method \Bitrix\Landing\Internals\EO_Role_Collection getModifiedByCollection() * @method \Bitrix\Main\EO_User_Collection fillModifiedBy() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Role $object) * @method bool has(\Bitrix\Landing\Internals\EO_Role $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Role getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Role[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Role $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Role_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Role current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Role_Collection merge(?\Bitrix\Landing\Internals\EO_Role_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Role_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\RoleTable */ static public $dataClass = '\Bitrix\Landing\Internals\RoleTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Role_Result exec() * @method \Bitrix\Landing\Internals\EO_Role fetchObject() * @method \Bitrix\Landing\Internals\EO_Role_Collection fetchCollection() */ class EO_Role_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Role fetchObject() * @method \Bitrix\Landing\Internals\EO_Role_Collection fetchCollection() */ class EO_Role_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Role createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Role_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Role wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Role_Collection wakeUpCollection($rows) */ class EO_Role_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\HookDataTable:landing/lib/internals/hookdata.php */ namespace Bitrix\Landing\Internals { /** * EO_HookData * @see \Bitrix\Landing\Internals\HookDataTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_HookData setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_HookData setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_HookData resetEntityId() * @method \Bitrix\Landing\Internals\EO_HookData unsetEntityId() * @method \int fillEntityId() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_HookData setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_HookData resetEntityType() * @method \Bitrix\Landing\Internals\EO_HookData unsetEntityType() * @method \string fillEntityType() * @method \string getHook() * @method \Bitrix\Landing\Internals\EO_HookData setHook(\string|\Bitrix\Main\DB\SqlExpression $hook) * @method bool hasHook() * @method bool isHookFilled() * @method bool isHookChanged() * @method \string remindActualHook() * @method \string requireHook() * @method \Bitrix\Landing\Internals\EO_HookData resetHook() * @method \Bitrix\Landing\Internals\EO_HookData unsetHook() * @method \string fillHook() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_HookData setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_HookData resetCode() * @method \Bitrix\Landing\Internals\EO_HookData unsetCode() * @method \string fillCode() * @method \string getValue() * @method \Bitrix\Landing\Internals\EO_HookData setValue(\string|\Bitrix\Main\DB\SqlExpression $value) * @method bool hasValue() * @method bool isValueFilled() * @method bool isValueChanged() * @method \string remindActualValue() * @method \string requireValue() * @method \Bitrix\Landing\Internals\EO_HookData resetValue() * @method \Bitrix\Landing\Internals\EO_HookData unsetValue() * @method \string fillValue() * @method \string getPublic() * @method \Bitrix\Landing\Internals\EO_HookData setPublic(\string|\Bitrix\Main\DB\SqlExpression $public) * @method bool hasPublic() * @method bool isPublicFilled() * @method bool isPublicChanged() * @method \string remindActualPublic() * @method \string requirePublic() * @method \Bitrix\Landing\Internals\EO_HookData resetPublic() * @method \Bitrix\Landing\Internals\EO_HookData unsetPublic() * @method \string fillPublic() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_HookData set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_HookData reset($fieldName) * @method \Bitrix\Landing\Internals\EO_HookData unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_HookData wakeUp($data) */ class EO_HookData { /* @var \Bitrix\Landing\Internals\HookDataTable */ static public $dataClass = '\Bitrix\Landing\Internals\HookDataTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_HookData_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \string[] getHookList() * @method \string[] fillHook() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \string[] getValueList() * @method \string[] fillValue() * @method \string[] getPublicList() * @method \string[] fillPublic() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_HookData $object) * @method bool has(\Bitrix\Landing\Internals\EO_HookData $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_HookData getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_HookData[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_HookData $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_HookData_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_HookData current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_HookData_Collection merge(?\Bitrix\Landing\Internals\EO_HookData_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_HookData_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\HookDataTable */ static public $dataClass = '\Bitrix\Landing\Internals\HookDataTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_HookData_Result exec() * @method \Bitrix\Landing\Internals\EO_HookData fetchObject() * @method \Bitrix\Landing\Internals\EO_HookData_Collection fetchCollection() */ class EO_HookData_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_HookData fetchObject() * @method \Bitrix\Landing\Internals\EO_HookData_Collection fetchCollection() */ class EO_HookData_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_HookData createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_HookData_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_HookData wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_HookData_Collection wakeUpCollection($rows) */ class EO_HookData_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\BlockTable:landing/lib/internals/block.php */ namespace Bitrix\Landing\Internals { /** * EO_Block * @see \Bitrix\Landing\Internals\BlockTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Block setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getParentId() * @method \Bitrix\Landing\Internals\EO_Block setParentId(\int|\Bitrix\Main\DB\SqlExpression $parentId) * @method bool hasParentId() * @method bool isParentIdFilled() * @method bool isParentIdChanged() * @method \int remindActualParentId() * @method \int requireParentId() * @method \Bitrix\Landing\Internals\EO_Block resetParentId() * @method \Bitrix\Landing\Internals\EO_Block unsetParentId() * @method \int fillParentId() * @method \int getLid() * @method \Bitrix\Landing\Internals\EO_Block setLid(\int|\Bitrix\Main\DB\SqlExpression $lid) * @method bool hasLid() * @method bool isLidFilled() * @method bool isLidChanged() * @method \int remindActualLid() * @method \int requireLid() * @method \Bitrix\Landing\Internals\EO_Block resetLid() * @method \Bitrix\Landing\Internals\EO_Block unsetLid() * @method \int fillLid() * @method \Bitrix\Landing\Internals\EO_Landing getLanding() * @method \Bitrix\Landing\Internals\EO_Landing remindActualLanding() * @method \Bitrix\Landing\Internals\EO_Landing requireLanding() * @method \Bitrix\Landing\Internals\EO_Block setLanding(\Bitrix\Landing\Internals\EO_Landing $object) * @method \Bitrix\Landing\Internals\EO_Block resetLanding() * @method \Bitrix\Landing\Internals\EO_Block unsetLanding() * @method bool hasLanding() * @method bool isLandingFilled() * @method bool isLandingChanged() * @method \Bitrix\Landing\Internals\EO_Landing fillLanding() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_Block setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_Block resetCode() * @method \Bitrix\Landing\Internals\EO_Block unsetCode() * @method \string fillCode() * @method \string getTplCode() * @method \Bitrix\Landing\Internals\EO_Block setTplCode(\string|\Bitrix\Main\DB\SqlExpression $tplCode) * @method bool hasTplCode() * @method bool isTplCodeFilled() * @method bool isTplCodeChanged() * @method \string remindActualTplCode() * @method \string requireTplCode() * @method \Bitrix\Landing\Internals\EO_Block resetTplCode() * @method \Bitrix\Landing\Internals\EO_Block unsetTplCode() * @method \string fillTplCode() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Block setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Block resetXmlId() * @method \Bitrix\Landing\Internals\EO_Block unsetXmlId() * @method \string fillXmlId() * @method \string getInitiatorAppCode() * @method \Bitrix\Landing\Internals\EO_Block setInitiatorAppCode(\string|\Bitrix\Main\DB\SqlExpression $initiatorAppCode) * @method bool hasInitiatorAppCode() * @method bool isInitiatorAppCodeFilled() * @method bool isInitiatorAppCodeChanged() * @method \string remindActualInitiatorAppCode() * @method \string requireInitiatorAppCode() * @method \Bitrix\Landing\Internals\EO_Block resetInitiatorAppCode() * @method \Bitrix\Landing\Internals\EO_Block unsetInitiatorAppCode() * @method \string fillInitiatorAppCode() * @method \string getAnchor() * @method \Bitrix\Landing\Internals\EO_Block setAnchor(\string|\Bitrix\Main\DB\SqlExpression $anchor) * @method bool hasAnchor() * @method bool isAnchorFilled() * @method bool isAnchorChanged() * @method \string remindActualAnchor() * @method \string requireAnchor() * @method \Bitrix\Landing\Internals\EO_Block resetAnchor() * @method \Bitrix\Landing\Internals\EO_Block unsetAnchor() * @method \string fillAnchor() * @method \int getSort() * @method \Bitrix\Landing\Internals\EO_Block setSort(\int|\Bitrix\Main\DB\SqlExpression $sort) * @method bool hasSort() * @method bool isSortFilled() * @method bool isSortChanged() * @method \int remindActualSort() * @method \int requireSort() * @method \Bitrix\Landing\Internals\EO_Block resetSort() * @method \Bitrix\Landing\Internals\EO_Block unsetSort() * @method \int fillSort() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Block setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Block resetActive() * @method \Bitrix\Landing\Internals\EO_Block unsetActive() * @method \string fillActive() * @method \string getPublic() * @method \Bitrix\Landing\Internals\EO_Block setPublic(\string|\Bitrix\Main\DB\SqlExpression $public) * @method bool hasPublic() * @method bool isPublicFilled() * @method bool isPublicChanged() * @method \string remindActualPublic() * @method \string requirePublic() * @method \Bitrix\Landing\Internals\EO_Block resetPublic() * @method \Bitrix\Landing\Internals\EO_Block unsetPublic() * @method \string fillPublic() * @method \string getDeleted() * @method \Bitrix\Landing\Internals\EO_Block setDeleted(\string|\Bitrix\Main\DB\SqlExpression $deleted) * @method bool hasDeleted() * @method bool isDeletedFilled() * @method bool isDeletedChanged() * @method \string remindActualDeleted() * @method \string requireDeleted() * @method \Bitrix\Landing\Internals\EO_Block resetDeleted() * @method \Bitrix\Landing\Internals\EO_Block unsetDeleted() * @method \string fillDeleted() * @method \string getDesigned() * @method \Bitrix\Landing\Internals\EO_Block setDesigned(\string|\Bitrix\Main\DB\SqlExpression $designed) * @method bool hasDesigned() * @method bool isDesignedFilled() * @method bool isDesignedChanged() * @method \string remindActualDesigned() * @method \string requireDesigned() * @method \Bitrix\Landing\Internals\EO_Block resetDesigned() * @method \Bitrix\Landing\Internals\EO_Block unsetDesigned() * @method \string fillDesigned() * @method \string getAccess() * @method \Bitrix\Landing\Internals\EO_Block setAccess(\string|\Bitrix\Main\DB\SqlExpression $access) * @method bool hasAccess() * @method bool isAccessFilled() * @method bool isAccessChanged() * @method \string remindActualAccess() * @method \string requireAccess() * @method \Bitrix\Landing\Internals\EO_Block resetAccess() * @method \Bitrix\Landing\Internals\EO_Block unsetAccess() * @method \string fillAccess() * @method array getSourceParams() * @method \Bitrix\Landing\Internals\EO_Block setSourceParams(array|\Bitrix\Main\DB\SqlExpression $sourceParams) * @method bool hasSourceParams() * @method bool isSourceParamsFilled() * @method bool isSourceParamsChanged() * @method array remindActualSourceParams() * @method array requireSourceParams() * @method \Bitrix\Landing\Internals\EO_Block resetSourceParams() * @method \Bitrix\Landing\Internals\EO_Block unsetSourceParams() * @method array fillSourceParams() * @method \string getContent() * @method \Bitrix\Landing\Internals\EO_Block setContent(\string|\Bitrix\Main\DB\SqlExpression $content) * @method bool hasContent() * @method bool isContentFilled() * @method bool isContentChanged() * @method \string remindActualContent() * @method \string requireContent() * @method \Bitrix\Landing\Internals\EO_Block resetContent() * @method \Bitrix\Landing\Internals\EO_Block unsetContent() * @method \string fillContent() * @method \string getSearchContent() * @method \Bitrix\Landing\Internals\EO_Block setSearchContent(\string|\Bitrix\Main\DB\SqlExpression $searchContent) * @method bool hasSearchContent() * @method bool isSearchContentFilled() * @method bool isSearchContentChanged() * @method \string remindActualSearchContent() * @method \string requireSearchContent() * @method \Bitrix\Landing\Internals\EO_Block resetSearchContent() * @method \Bitrix\Landing\Internals\EO_Block unsetSearchContent() * @method \string fillSearchContent() * @method array getAssets() * @method \Bitrix\Landing\Internals\EO_Block setAssets(array|\Bitrix\Main\DB\SqlExpression $assets) * @method bool hasAssets() * @method bool isAssetsFilled() * @method bool isAssetsChanged() * @method array remindActualAssets() * @method array requireAssets() * @method \Bitrix\Landing\Internals\EO_Block resetAssets() * @method \Bitrix\Landing\Internals\EO_Block unsetAssets() * @method array fillAssets() * @method array getFavoriteMeta() * @method \Bitrix\Landing\Internals\EO_Block setFavoriteMeta(array|\Bitrix\Main\DB\SqlExpression $favoriteMeta) * @method bool hasFavoriteMeta() * @method bool isFavoriteMetaFilled() * @method bool isFavoriteMetaChanged() * @method array remindActualFavoriteMeta() * @method array requireFavoriteMeta() * @method \Bitrix\Landing\Internals\EO_Block resetFavoriteMeta() * @method \Bitrix\Landing\Internals\EO_Block unsetFavoriteMeta() * @method array fillFavoriteMeta() * @method \int getHistoryStepDesigner() * @method \Bitrix\Landing\Internals\EO_Block setHistoryStepDesigner(\int|\Bitrix\Main\DB\SqlExpression $historyStepDesigner) * @method bool hasHistoryStepDesigner() * @method bool isHistoryStepDesignerFilled() * @method bool isHistoryStepDesignerChanged() * @method \int remindActualHistoryStepDesigner() * @method \int requireHistoryStepDesigner() * @method \Bitrix\Landing\Internals\EO_Block resetHistoryStepDesigner() * @method \Bitrix\Landing\Internals\EO_Block unsetHistoryStepDesigner() * @method \int fillHistoryStepDesigner() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Block setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Block resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Block unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Block setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Block resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Block unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Block setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Block resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Block unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Block setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Block resetDateModify() * @method \Bitrix\Landing\Internals\EO_Block unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Block set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Block reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Block unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Block wakeUp($data) */ class EO_Block { /* @var \Bitrix\Landing\Internals\BlockTable */ static public $dataClass = '\Bitrix\Landing\Internals\BlockTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Block_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getParentIdList() * @method \int[] fillParentId() * @method \int[] getLidList() * @method \int[] fillLid() * @method \Bitrix\Landing\Internals\EO_Landing[] getLandingList() * @method \Bitrix\Landing\Internals\EO_Block_Collection getLandingCollection() * @method \Bitrix\Landing\Internals\EO_Landing_Collection fillLanding() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \string[] getTplCodeList() * @method \string[] fillTplCode() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getInitiatorAppCodeList() * @method \string[] fillInitiatorAppCode() * @method \string[] getAnchorList() * @method \string[] fillAnchor() * @method \int[] getSortList() * @method \int[] fillSort() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getPublicList() * @method \string[] fillPublic() * @method \string[] getDeletedList() * @method \string[] fillDeleted() * @method \string[] getDesignedList() * @method \string[] fillDesigned() * @method \string[] getAccessList() * @method \string[] fillAccess() * @method array[] getSourceParamsList() * @method array[] fillSourceParams() * @method \string[] getContentList() * @method \string[] fillContent() * @method \string[] getSearchContentList() * @method \string[] fillSearchContent() * @method array[] getAssetsList() * @method array[] fillAssets() * @method array[] getFavoriteMetaList() * @method array[] fillFavoriteMeta() * @method \int[] getHistoryStepDesignerList() * @method \int[] fillHistoryStepDesigner() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Block $object) * @method bool has(\Bitrix\Landing\Internals\EO_Block $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Block getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Block[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Block $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Block_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Block current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Block_Collection merge(?\Bitrix\Landing\Internals\EO_Block_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Block_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\BlockTable */ static public $dataClass = '\Bitrix\Landing\Internals\BlockTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Block_Result exec() * @method \Bitrix\Landing\Internals\EO_Block fetchObject() * @method \Bitrix\Landing\Internals\EO_Block_Collection fetchCollection() */ class EO_Block_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Block fetchObject() * @method \Bitrix\Landing\Internals\EO_Block_Collection fetchCollection() */ class EO_Block_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Block createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Block_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Block wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Block_Collection wakeUpCollection($rows) */ class EO_Block_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\CookiesAgreementTable:landing/lib/internals/cookiesagreement.php */ namespace Bitrix\Landing\Internals { /** * EO_CookiesAgreement * @see \Bitrix\Landing\Internals\CookiesAgreementTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetActive() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetActive() * @method \string fillActive() * @method \int getSiteId() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setSiteId(\int|\Bitrix\Main\DB\SqlExpression $siteId) * @method bool hasSiteId() * @method bool isSiteIdFilled() * @method bool isSiteIdChanged() * @method \int remindActualSiteId() * @method \int requireSiteId() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetSiteId() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetSiteId() * @method \int fillSiteId() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetCode() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetCode() * @method \string fillCode() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetTitle() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetTitle() * @method \string fillTitle() * @method \string getContent() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setContent(\string|\Bitrix\Main\DB\SqlExpression $content) * @method bool hasContent() * @method bool isContentFilled() * @method bool isContentChanged() * @method \string remindActualContent() * @method \string requireContent() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetContent() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetContent() * @method \string fillContent() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetCreatedById() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetModifiedById() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetDateCreate() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement resetDateModify() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_CookiesAgreement set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_CookiesAgreement reset($fieldName) * @method \Bitrix\Landing\Internals\EO_CookiesAgreement unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_CookiesAgreement wakeUp($data) */ class EO_CookiesAgreement { /* @var \Bitrix\Landing\Internals\CookiesAgreementTable */ static public $dataClass = '\Bitrix\Landing\Internals\CookiesAgreementTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_CookiesAgreement_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \int[] getSiteIdList() * @method \int[] fillSiteId() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \string[] getContentList() * @method \string[] fillContent() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_CookiesAgreement $object) * @method bool has(\Bitrix\Landing\Internals\EO_CookiesAgreement $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_CookiesAgreement getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_CookiesAgreement[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_CookiesAgreement $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_CookiesAgreement_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_CookiesAgreement current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_CookiesAgreement_Collection merge(?\Bitrix\Landing\Internals\EO_CookiesAgreement_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_CookiesAgreement_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\CookiesAgreementTable */ static public $dataClass = '\Bitrix\Landing\Internals\CookiesAgreementTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_CookiesAgreement_Result exec() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement fetchObject() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement_Collection fetchCollection() */ class EO_CookiesAgreement_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_CookiesAgreement fetchObject() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement_Collection fetchCollection() */ class EO_CookiesAgreement_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_CookiesAgreement createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_CookiesAgreement_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_CookiesAgreement wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_CookiesAgreement_Collection wakeUpCollection($rows) */ class EO_CookiesAgreement_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\HistoryTable:landing/lib/internals/history.php */ namespace Bitrix\Landing\Internals { /** * EO_History * @see \Bitrix\Landing\Internals\HistoryTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_History setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_History setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_History resetEntityType() * @method \Bitrix\Landing\Internals\EO_History unsetEntityType() * @method \string fillEntityType() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_History setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_History resetEntityId() * @method \Bitrix\Landing\Internals\EO_History unsetEntityId() * @method \int fillEntityId() * @method \string getAction() * @method \Bitrix\Landing\Internals\EO_History setAction(\string|\Bitrix\Main\DB\SqlExpression $action) * @method bool hasAction() * @method bool isActionFilled() * @method bool isActionChanged() * @method \string remindActualAction() * @method \string requireAction() * @method \Bitrix\Landing\Internals\EO_History resetAction() * @method \Bitrix\Landing\Internals\EO_History unsetAction() * @method \string fillAction() * @method \string getActionParams() * @method \Bitrix\Landing\Internals\EO_History setActionParams(\string|\Bitrix\Main\DB\SqlExpression $actionParams) * @method bool hasActionParams() * @method bool isActionParamsFilled() * @method bool isActionParamsChanged() * @method \string remindActualActionParams() * @method \string requireActionParams() * @method \Bitrix\Landing\Internals\EO_History resetActionParams() * @method \Bitrix\Landing\Internals\EO_History unsetActionParams() * @method \string fillActionParams() * @method \int getMultiplyId() * @method \Bitrix\Landing\Internals\EO_History setMultiplyId(\int|\Bitrix\Main\DB\SqlExpression $multiplyId) * @method bool hasMultiplyId() * @method bool isMultiplyIdFilled() * @method bool isMultiplyIdChanged() * @method \int remindActualMultiplyId() * @method \int requireMultiplyId() * @method \Bitrix\Landing\Internals\EO_History resetMultiplyId() * @method \Bitrix\Landing\Internals\EO_History unsetMultiplyId() * @method \int fillMultiplyId() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_History setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_History resetCreatedById() * @method \Bitrix\Landing\Internals\EO_History unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_History setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_History resetDateCreate() * @method \Bitrix\Landing\Internals\EO_History unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_History set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_History reset($fieldName) * @method \Bitrix\Landing\Internals\EO_History unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_History wakeUp($data) */ class EO_History { /* @var \Bitrix\Landing\Internals\HistoryTable */ static public $dataClass = '\Bitrix\Landing\Internals\HistoryTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_History_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getActionList() * @method \string[] fillAction() * @method \string[] getActionParamsList() * @method \string[] fillActionParams() * @method \int[] getMultiplyIdList() * @method \int[] fillMultiplyId() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_History $object) * @method bool has(\Bitrix\Landing\Internals\EO_History $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_History getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_History[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_History $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_History_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_History current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_History_Collection merge(?\Bitrix\Landing\Internals\EO_History_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_History_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\HistoryTable */ static public $dataClass = '\Bitrix\Landing\Internals\HistoryTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_History_Result exec() * @method \Bitrix\Landing\Internals\EO_History fetchObject() * @method \Bitrix\Landing\Internals\EO_History_Collection fetchCollection() */ class EO_History_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_History fetchObject() * @method \Bitrix\Landing\Internals\EO_History_Collection fetchCollection() */ class EO_History_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_History createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_History_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_History wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_History_Collection wakeUpCollection($rows) */ class EO_History_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\FolderTable:landing/lib/internals/folder.php */ namespace Bitrix\Landing\Internals { /** * EO_Folder * @see \Bitrix\Landing\Internals\FolderTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Folder setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getParentId() * @method \Bitrix\Landing\Internals\EO_Folder setParentId(\int|\Bitrix\Main\DB\SqlExpression $parentId) * @method bool hasParentId() * @method bool isParentIdFilled() * @method bool isParentIdChanged() * @method \int remindActualParentId() * @method \int requireParentId() * @method \Bitrix\Landing\Internals\EO_Folder resetParentId() * @method \Bitrix\Landing\Internals\EO_Folder unsetParentId() * @method \int fillParentId() * @method \int getSiteId() * @method \Bitrix\Landing\Internals\EO_Folder setSiteId(\int|\Bitrix\Main\DB\SqlExpression $siteId) * @method bool hasSiteId() * @method bool isSiteIdFilled() * @method bool isSiteIdChanged() * @method \int remindActualSiteId() * @method \int requireSiteId() * @method \Bitrix\Landing\Internals\EO_Folder resetSiteId() * @method \Bitrix\Landing\Internals\EO_Folder unsetSiteId() * @method \int fillSiteId() * @method \int getIndexId() * @method \Bitrix\Landing\Internals\EO_Folder setIndexId(\int|\Bitrix\Main\DB\SqlExpression $indexId) * @method bool hasIndexId() * @method bool isIndexIdFilled() * @method bool isIndexIdChanged() * @method \int remindActualIndexId() * @method \int requireIndexId() * @method \Bitrix\Landing\Internals\EO_Folder resetIndexId() * @method \Bitrix\Landing\Internals\EO_Folder unsetIndexId() * @method \int fillIndexId() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Folder setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Folder resetActive() * @method \Bitrix\Landing\Internals\EO_Folder unsetActive() * @method \string fillActive() * @method \string getDeleted() * @method \Bitrix\Landing\Internals\EO_Folder setDeleted(\string|\Bitrix\Main\DB\SqlExpression $deleted) * @method bool hasDeleted() * @method bool isDeletedFilled() * @method bool isDeletedChanged() * @method \string remindActualDeleted() * @method \string requireDeleted() * @method \Bitrix\Landing\Internals\EO_Folder resetDeleted() * @method \Bitrix\Landing\Internals\EO_Folder unsetDeleted() * @method \string fillDeleted() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Folder setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Folder resetTitle() * @method \Bitrix\Landing\Internals\EO_Folder unsetTitle() * @method \string fillTitle() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_Folder setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_Folder resetCode() * @method \Bitrix\Landing\Internals\EO_Folder unsetCode() * @method \string fillCode() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Folder setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Folder resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Folder unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Folder setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Folder resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Folder unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Folder setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Folder resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Folder unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Folder setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Folder resetDateModify() * @method \Bitrix\Landing\Internals\EO_Folder unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Folder set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Folder reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Folder unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Folder wakeUp($data) */ class EO_Folder { /* @var \Bitrix\Landing\Internals\FolderTable */ static public $dataClass = '\Bitrix\Landing\Internals\FolderTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Folder_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getParentIdList() * @method \int[] fillParentId() * @method \int[] getSiteIdList() * @method \int[] fillSiteId() * @method \int[] getIndexIdList() * @method \int[] fillIndexId() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getDeletedList() * @method \string[] fillDeleted() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Folder $object) * @method bool has(\Bitrix\Landing\Internals\EO_Folder $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Folder getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Folder[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Folder $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Folder_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Folder current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Folder_Collection merge(?\Bitrix\Landing\Internals\EO_Folder_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Folder_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\FolderTable */ static public $dataClass = '\Bitrix\Landing\Internals\FolderTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Folder_Result exec() * @method \Bitrix\Landing\Internals\EO_Folder fetchObject() * @method \Bitrix\Landing\Internals\EO_Folder_Collection fetchCollection() */ class EO_Folder_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Folder fetchObject() * @method \Bitrix\Landing\Internals\EO_Folder_Collection fetchCollection() */ class EO_Folder_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Folder createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Folder_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Folder wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Folder_Collection wakeUpCollection($rows) */ class EO_Folder_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\LandingTable:landing/lib/internals/landing.php */ namespace Bitrix\Landing\Internals { /** * EO_Landing * @see \Bitrix\Landing\Internals\LandingTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Landing setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_Landing setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_Landing resetCode() * @method \Bitrix\Landing\Internals\EO_Landing unsetCode() * @method \string fillCode() * @method \string getInitiatorAppCode() * @method \Bitrix\Landing\Internals\EO_Landing setInitiatorAppCode(\string|\Bitrix\Main\DB\SqlExpression $initiatorAppCode) * @method bool hasInitiatorAppCode() * @method bool isInitiatorAppCodeFilled() * @method bool isInitiatorAppCodeChanged() * @method \string remindActualInitiatorAppCode() * @method \string requireInitiatorAppCode() * @method \Bitrix\Landing\Internals\EO_Landing resetInitiatorAppCode() * @method \Bitrix\Landing\Internals\EO_Landing unsetInitiatorAppCode() * @method \string fillInitiatorAppCode() * @method \string getRule() * @method \Bitrix\Landing\Internals\EO_Landing setRule(\string|\Bitrix\Main\DB\SqlExpression $rule) * @method bool hasRule() * @method bool isRuleFilled() * @method bool isRuleChanged() * @method \string remindActualRule() * @method \string requireRule() * @method \Bitrix\Landing\Internals\EO_Landing resetRule() * @method \Bitrix\Landing\Internals\EO_Landing unsetRule() * @method \string fillRule() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Landing setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Landing resetActive() * @method \Bitrix\Landing\Internals\EO_Landing unsetActive() * @method \string fillActive() * @method \string getDeleted() * @method \Bitrix\Landing\Internals\EO_Landing setDeleted(\string|\Bitrix\Main\DB\SqlExpression $deleted) * @method bool hasDeleted() * @method bool isDeletedFilled() * @method bool isDeletedChanged() * @method \string remindActualDeleted() * @method \string requireDeleted() * @method \Bitrix\Landing\Internals\EO_Landing resetDeleted() * @method \Bitrix\Landing\Internals\EO_Landing unsetDeleted() * @method \string fillDeleted() * @method \string getPublic() * @method \Bitrix\Landing\Internals\EO_Landing setPublic(\string|\Bitrix\Main\DB\SqlExpression $public) * @method bool hasPublic() * @method bool isPublicFilled() * @method bool isPublicChanged() * @method \string remindActualPublic() * @method \string requirePublic() * @method \Bitrix\Landing\Internals\EO_Landing resetPublic() * @method \Bitrix\Landing\Internals\EO_Landing unsetPublic() * @method \string fillPublic() * @method \string getSys() * @method \Bitrix\Landing\Internals\EO_Landing setSys(\string|\Bitrix\Main\DB\SqlExpression $sys) * @method bool hasSys() * @method bool isSysFilled() * @method bool isSysChanged() * @method \string remindActualSys() * @method \string requireSys() * @method \Bitrix\Landing\Internals\EO_Landing resetSys() * @method \Bitrix\Landing\Internals\EO_Landing unsetSys() * @method \string fillSys() * @method \int getViews() * @method \Bitrix\Landing\Internals\EO_Landing setViews(\int|\Bitrix\Main\DB\SqlExpression $views) * @method bool hasViews() * @method bool isViewsFilled() * @method bool isViewsChanged() * @method \int remindActualViews() * @method \int requireViews() * @method \Bitrix\Landing\Internals\EO_Landing resetViews() * @method \Bitrix\Landing\Internals\EO_Landing unsetViews() * @method \int fillViews() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Landing setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Landing resetTitle() * @method \Bitrix\Landing\Internals\EO_Landing unsetTitle() * @method \string fillTitle() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Landing setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Landing resetXmlId() * @method \Bitrix\Landing\Internals\EO_Landing unsetXmlId() * @method \string fillXmlId() * @method \string getDescription() * @method \Bitrix\Landing\Internals\EO_Landing setDescription(\string|\Bitrix\Main\DB\SqlExpression $description) * @method bool hasDescription() * @method bool isDescriptionFilled() * @method bool isDescriptionChanged() * @method \string remindActualDescription() * @method \string requireDescription() * @method \Bitrix\Landing\Internals\EO_Landing resetDescription() * @method \Bitrix\Landing\Internals\EO_Landing unsetDescription() * @method \string fillDescription() * @method \int getTplId() * @method \Bitrix\Landing\Internals\EO_Landing setTplId(\int|\Bitrix\Main\DB\SqlExpression $tplId) * @method bool hasTplId() * @method bool isTplIdFilled() * @method bool isTplIdChanged() * @method \int remindActualTplId() * @method \int requireTplId() * @method \Bitrix\Landing\Internals\EO_Landing resetTplId() * @method \Bitrix\Landing\Internals\EO_Landing unsetTplId() * @method \int fillTplId() * @method \string getTplCode() * @method \Bitrix\Landing\Internals\EO_Landing setTplCode(\string|\Bitrix\Main\DB\SqlExpression $tplCode) * @method bool hasTplCode() * @method bool isTplCodeFilled() * @method bool isTplCodeChanged() * @method \string remindActualTplCode() * @method \string requireTplCode() * @method \Bitrix\Landing\Internals\EO_Landing resetTplCode() * @method \Bitrix\Landing\Internals\EO_Landing unsetTplCode() * @method \string fillTplCode() * @method \int getSiteId() * @method \Bitrix\Landing\Internals\EO_Landing setSiteId(\int|\Bitrix\Main\DB\SqlExpression $siteId) * @method bool hasSiteId() * @method bool isSiteIdFilled() * @method bool isSiteIdChanged() * @method \int remindActualSiteId() * @method \int requireSiteId() * @method \Bitrix\Landing\Internals\EO_Landing resetSiteId() * @method \Bitrix\Landing\Internals\EO_Landing unsetSiteId() * @method \int fillSiteId() * @method \Bitrix\Landing\Internals\EO_Site getSite() * @method \Bitrix\Landing\Internals\EO_Site remindActualSite() * @method \Bitrix\Landing\Internals\EO_Site requireSite() * @method \Bitrix\Landing\Internals\EO_Landing setSite(\Bitrix\Landing\Internals\EO_Site $object) * @method \Bitrix\Landing\Internals\EO_Landing resetSite() * @method \Bitrix\Landing\Internals\EO_Landing unsetSite() * @method bool hasSite() * @method bool isSiteFilled() * @method bool isSiteChanged() * @method \Bitrix\Landing\Internals\EO_Site fillSite() * @method \Bitrix\Landing\Internals\EO_TemplateRef getAreas() * @method \Bitrix\Landing\Internals\EO_TemplateRef remindActualAreas() * @method \Bitrix\Landing\Internals\EO_TemplateRef requireAreas() * @method \Bitrix\Landing\Internals\EO_Landing setAreas(\Bitrix\Landing\Internals\EO_TemplateRef $object) * @method \Bitrix\Landing\Internals\EO_Landing resetAreas() * @method \Bitrix\Landing\Internals\EO_Landing unsetAreas() * @method bool hasAreas() * @method bool isAreasFilled() * @method bool isAreasChanged() * @method \Bitrix\Landing\Internals\EO_TemplateRef fillAreas() * @method \string getSitemap() * @method \Bitrix\Landing\Internals\EO_Landing setSitemap(\string|\Bitrix\Main\DB\SqlExpression $sitemap) * @method bool hasSitemap() * @method bool isSitemapFilled() * @method bool isSitemapChanged() * @method \string remindActualSitemap() * @method \string requireSitemap() * @method \Bitrix\Landing\Internals\EO_Landing resetSitemap() * @method \Bitrix\Landing\Internals\EO_Landing unsetSitemap() * @method \string fillSitemap() * @method \string getFolder() * @method \Bitrix\Landing\Internals\EO_Landing setFolder(\string|\Bitrix\Main\DB\SqlExpression $folder) * @method bool hasFolder() * @method bool isFolderFilled() * @method bool isFolderChanged() * @method \string remindActualFolder() * @method \string requireFolder() * @method \Bitrix\Landing\Internals\EO_Landing resetFolder() * @method \Bitrix\Landing\Internals\EO_Landing unsetFolder() * @method \string fillFolder() * @method \int getFolderId() * @method \Bitrix\Landing\Internals\EO_Landing setFolderId(\int|\Bitrix\Main\DB\SqlExpression $folderId) * @method bool hasFolderId() * @method bool isFolderIdFilled() * @method bool isFolderIdChanged() * @method \int remindActualFolderId() * @method \int requireFolderId() * @method \Bitrix\Landing\Internals\EO_Landing resetFolderId() * @method \Bitrix\Landing\Internals\EO_Landing unsetFolderId() * @method \int fillFolderId() * @method \string getSearchContent() * @method \Bitrix\Landing\Internals\EO_Landing setSearchContent(\string|\Bitrix\Main\DB\SqlExpression $searchContent) * @method bool hasSearchContent() * @method bool isSearchContentFilled() * @method bool isSearchContentChanged() * @method \string remindActualSearchContent() * @method \string requireSearchContent() * @method \Bitrix\Landing\Internals\EO_Landing resetSearchContent() * @method \Bitrix\Landing\Internals\EO_Landing unsetSearchContent() * @method \string fillSearchContent() * @method \int getVersion() * @method \Bitrix\Landing\Internals\EO_Landing setVersion(\int|\Bitrix\Main\DB\SqlExpression $version) * @method bool hasVersion() * @method bool isVersionFilled() * @method bool isVersionChanged() * @method \int remindActualVersion() * @method \int requireVersion() * @method \Bitrix\Landing\Internals\EO_Landing resetVersion() * @method \Bitrix\Landing\Internals\EO_Landing unsetVersion() * @method \int fillVersion() * @method \int getHistoryStep() * @method \Bitrix\Landing\Internals\EO_Landing setHistoryStep(\int|\Bitrix\Main\DB\SqlExpression $historyStep) * @method bool hasHistoryStep() * @method bool isHistoryStepFilled() * @method bool isHistoryStepChanged() * @method \int remindActualHistoryStep() * @method \int requireHistoryStep() * @method \Bitrix\Landing\Internals\EO_Landing resetHistoryStep() * @method \Bitrix\Landing\Internals\EO_Landing unsetHistoryStep() * @method \int fillHistoryStep() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Landing setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Landing resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Landing unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\EO_User getCreatedBy() * @method \Bitrix\Main\EO_User remindActualCreatedBy() * @method \Bitrix\Main\EO_User requireCreatedBy() * @method \Bitrix\Landing\Internals\EO_Landing setCreatedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Landing resetCreatedBy() * @method \Bitrix\Landing\Internals\EO_Landing unsetCreatedBy() * @method bool hasCreatedBy() * @method bool isCreatedByFilled() * @method bool isCreatedByChanged() * @method \Bitrix\Main\EO_User fillCreatedBy() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Landing setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Landing resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Landing unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\EO_User getModifiedBy() * @method \Bitrix\Main\EO_User remindActualModifiedBy() * @method \Bitrix\Main\EO_User requireModifiedBy() * @method \Bitrix\Landing\Internals\EO_Landing setModifiedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Landing resetModifiedBy() * @method \Bitrix\Landing\Internals\EO_Landing unsetModifiedBy() * @method bool hasModifiedBy() * @method bool isModifiedByFilled() * @method bool isModifiedByChanged() * @method \Bitrix\Main\EO_User fillModifiedBy() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Landing setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Landing resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Landing unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Landing setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Landing resetDateModify() * @method \Bitrix\Landing\Internals\EO_Landing unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * @method \Bitrix\Main\Type\DateTime getDatePublic() * @method \Bitrix\Landing\Internals\EO_Landing setDatePublic(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $datePublic) * @method bool hasDatePublic() * @method bool isDatePublicFilled() * @method bool isDatePublicChanged() * @method \Bitrix\Main\Type\DateTime remindActualDatePublic() * @method \Bitrix\Main\Type\DateTime requireDatePublic() * @method \Bitrix\Landing\Internals\EO_Landing resetDatePublic() * @method \Bitrix\Landing\Internals\EO_Landing unsetDatePublic() * @method \Bitrix\Main\Type\DateTime fillDatePublic() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Landing set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Landing reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Landing unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Landing wakeUp($data) */ class EO_Landing { /* @var \Bitrix\Landing\Internals\LandingTable */ static public $dataClass = '\Bitrix\Landing\Internals\LandingTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Landing_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \string[] getInitiatorAppCodeList() * @method \string[] fillInitiatorAppCode() * @method \string[] getRuleList() * @method \string[] fillRule() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getDeletedList() * @method \string[] fillDeleted() * @method \string[] getPublicList() * @method \string[] fillPublic() * @method \string[] getSysList() * @method \string[] fillSys() * @method \int[] getViewsList() * @method \int[] fillViews() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getDescriptionList() * @method \string[] fillDescription() * @method \int[] getTplIdList() * @method \int[] fillTplId() * @method \string[] getTplCodeList() * @method \string[] fillTplCode() * @method \int[] getSiteIdList() * @method \int[] fillSiteId() * @method \Bitrix\Landing\Internals\EO_Site[] getSiteList() * @method \Bitrix\Landing\Internals\EO_Landing_Collection getSiteCollection() * @method \Bitrix\Landing\Internals\EO_Site_Collection fillSite() * @method \Bitrix\Landing\Internals\EO_TemplateRef[] getAreasList() * @method \Bitrix\Landing\Internals\EO_Landing_Collection getAreasCollection() * @method \Bitrix\Landing\Internals\EO_TemplateRef_Collection fillAreas() * @method \string[] getSitemapList() * @method \string[] fillSitemap() * @method \string[] getFolderList() * @method \string[] fillFolder() * @method \int[] getFolderIdList() * @method \int[] fillFolderId() * @method \string[] getSearchContentList() * @method \string[] fillSearchContent() * @method \int[] getVersionList() * @method \int[] fillVersion() * @method \int[] getHistoryStepList() * @method \int[] fillHistoryStep() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\EO_User[] getCreatedByList() * @method \Bitrix\Landing\Internals\EO_Landing_Collection getCreatedByCollection() * @method \Bitrix\Main\EO_User_Collection fillCreatedBy() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\EO_User[] getModifiedByList() * @method \Bitrix\Landing\Internals\EO_Landing_Collection getModifiedByCollection() * @method \Bitrix\Main\EO_User_Collection fillModifiedBy() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * @method \Bitrix\Main\Type\DateTime[] getDatePublicList() * @method \Bitrix\Main\Type\DateTime[] fillDatePublic() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Landing $object) * @method bool has(\Bitrix\Landing\Internals\EO_Landing $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Landing getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Landing[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Landing $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Landing_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Landing current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Landing_Collection merge(?\Bitrix\Landing\Internals\EO_Landing_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Landing_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\LandingTable */ static public $dataClass = '\Bitrix\Landing\Internals\LandingTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Landing_Result exec() * @method \Bitrix\Landing\Internals\EO_Landing fetchObject() * @method \Bitrix\Landing\Internals\EO_Landing_Collection fetchCollection() */ class EO_Landing_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Landing fetchObject() * @method \Bitrix\Landing\Internals\EO_Landing_Collection fetchCollection() */ class EO_Landing_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Landing createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Landing_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Landing wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Landing_Collection wakeUpCollection($rows) */ class EO_Landing_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\PlacementTable:landing/lib/internals/placement.php */ namespace Bitrix\Landing\Internals { /** * EO_Placement * @see \Bitrix\Landing\Internals\PlacementTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Placement setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getAppId() * @method \Bitrix\Landing\Internals\EO_Placement setAppId(\int|\Bitrix\Main\DB\SqlExpression $appId) * @method bool hasAppId() * @method bool isAppIdFilled() * @method bool isAppIdChanged() * @method \int remindActualAppId() * @method \int requireAppId() * @method \Bitrix\Landing\Internals\EO_Placement resetAppId() * @method \Bitrix\Landing\Internals\EO_Placement unsetAppId() * @method \int fillAppId() * @method \string getPlacement() * @method \Bitrix\Landing\Internals\EO_Placement setPlacement(\string|\Bitrix\Main\DB\SqlExpression $placement) * @method bool hasPlacement() * @method bool isPlacementFilled() * @method bool isPlacementChanged() * @method \string remindActualPlacement() * @method \string requirePlacement() * @method \Bitrix\Landing\Internals\EO_Placement resetPlacement() * @method \Bitrix\Landing\Internals\EO_Placement unsetPlacement() * @method \string fillPlacement() * @method \string getPlacementHandler() * @method \Bitrix\Landing\Internals\EO_Placement setPlacementHandler(\string|\Bitrix\Main\DB\SqlExpression $placementHandler) * @method bool hasPlacementHandler() * @method bool isPlacementHandlerFilled() * @method bool isPlacementHandlerChanged() * @method \string remindActualPlacementHandler() * @method \string requirePlacementHandler() * @method \Bitrix\Landing\Internals\EO_Placement resetPlacementHandler() * @method \Bitrix\Landing\Internals\EO_Placement unsetPlacementHandler() * @method \string fillPlacementHandler() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Placement setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Placement resetTitle() * @method \Bitrix\Landing\Internals\EO_Placement unsetTitle() * @method \string fillTitle() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Placement setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Placement resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Placement unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Placement setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Placement resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Placement unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Placement setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Placement resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Placement unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Placement setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Placement resetDateModify() * @method \Bitrix\Landing\Internals\EO_Placement unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Placement set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Placement reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Placement unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Placement wakeUp($data) */ class EO_Placement { /* @var \Bitrix\Landing\Internals\PlacementTable */ static public $dataClass = '\Bitrix\Landing\Internals\PlacementTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Placement_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getAppIdList() * @method \int[] fillAppId() * @method \string[] getPlacementList() * @method \string[] fillPlacement() * @method \string[] getPlacementHandlerList() * @method \string[] fillPlacementHandler() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Placement $object) * @method bool has(\Bitrix\Landing\Internals\EO_Placement $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Placement getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Placement[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Placement $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Placement_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Placement current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Placement_Collection merge(?\Bitrix\Landing\Internals\EO_Placement_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Placement_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\PlacementTable */ static public $dataClass = '\Bitrix\Landing\Internals\PlacementTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Placement_Result exec() * @method \Bitrix\Landing\Internals\EO_Placement fetchObject() * @method \Bitrix\Landing\Internals\EO_Placement_Collection fetchCollection() */ class EO_Placement_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Placement fetchObject() * @method \Bitrix\Landing\Internals\EO_Placement_Collection fetchCollection() */ class EO_Placement_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Placement createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Placement_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Placement wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Placement_Collection wakeUpCollection($rows) */ class EO_Placement_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\ViewTable:landing/lib/internals/view.php */ namespace Bitrix\Landing\Internals { /** * EO_View * @see \Bitrix\Landing\Internals\ViewTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_View setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getLid() * @method \Bitrix\Landing\Internals\EO_View setLid(\int|\Bitrix\Main\DB\SqlExpression $lid) * @method bool hasLid() * @method bool isLidFilled() * @method bool isLidChanged() * @method \int remindActualLid() * @method \int requireLid() * @method \Bitrix\Landing\Internals\EO_View resetLid() * @method \Bitrix\Landing\Internals\EO_View unsetLid() * @method \int fillLid() * @method \int getUserId() * @method \Bitrix\Landing\Internals\EO_View setUserId(\int|\Bitrix\Main\DB\SqlExpression $userId) * @method bool hasUserId() * @method bool isUserIdFilled() * @method bool isUserIdChanged() * @method \int remindActualUserId() * @method \int requireUserId() * @method \Bitrix\Landing\Internals\EO_View resetUserId() * @method \Bitrix\Landing\Internals\EO_View unsetUserId() * @method \int fillUserId() * @method \int getViews() * @method \Bitrix\Landing\Internals\EO_View setViews(\int|\Bitrix\Main\DB\SqlExpression $views) * @method bool hasViews() * @method bool isViewsFilled() * @method bool isViewsChanged() * @method \int remindActualViews() * @method \int requireViews() * @method \Bitrix\Landing\Internals\EO_View resetViews() * @method \Bitrix\Landing\Internals\EO_View unsetViews() * @method \int fillViews() * @method \Bitrix\Main\Type\DateTime getFirstView() * @method \Bitrix\Landing\Internals\EO_View setFirstView(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $firstView) * @method bool hasFirstView() * @method bool isFirstViewFilled() * @method bool isFirstViewChanged() * @method \Bitrix\Main\Type\DateTime remindActualFirstView() * @method \Bitrix\Main\Type\DateTime requireFirstView() * @method \Bitrix\Landing\Internals\EO_View resetFirstView() * @method \Bitrix\Landing\Internals\EO_View unsetFirstView() * @method \Bitrix\Main\Type\DateTime fillFirstView() * @method \Bitrix\Main\Type\DateTime getLastView() * @method \Bitrix\Landing\Internals\EO_View setLastView(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $lastView) * @method bool hasLastView() * @method bool isLastViewFilled() * @method bool isLastViewChanged() * @method \Bitrix\Main\Type\DateTime remindActualLastView() * @method \Bitrix\Main\Type\DateTime requireLastView() * @method \Bitrix\Landing\Internals\EO_View resetLastView() * @method \Bitrix\Landing\Internals\EO_View unsetLastView() * @method \Bitrix\Main\Type\DateTime fillLastView() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_View set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_View reset($fieldName) * @method \Bitrix\Landing\Internals\EO_View unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_View wakeUp($data) */ class EO_View { /* @var \Bitrix\Landing\Internals\ViewTable */ static public $dataClass = '\Bitrix\Landing\Internals\ViewTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_View_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getLidList() * @method \int[] fillLid() * @method \int[] getUserIdList() * @method \int[] fillUserId() * @method \int[] getViewsList() * @method \int[] fillViews() * @method \Bitrix\Main\Type\DateTime[] getFirstViewList() * @method \Bitrix\Main\Type\DateTime[] fillFirstView() * @method \Bitrix\Main\Type\DateTime[] getLastViewList() * @method \Bitrix\Main\Type\DateTime[] fillLastView() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_View $object) * @method bool has(\Bitrix\Landing\Internals\EO_View $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_View getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_View[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_View $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_View_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_View current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_View_Collection merge(?\Bitrix\Landing\Internals\EO_View_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_View_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\ViewTable */ static public $dataClass = '\Bitrix\Landing\Internals\ViewTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_View_Result exec() * @method \Bitrix\Landing\Internals\EO_View fetchObject() * @method \Bitrix\Landing\Internals\EO_View_Collection fetchCollection() */ class EO_View_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_View fetchObject() * @method \Bitrix\Landing\Internals\EO_View_Collection fetchCollection() */ class EO_View_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_View createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_View_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_View wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_View_Collection wakeUpCollection($rows) */ class EO_View_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\RightsTable:landing/lib/internals/rights.php */ namespace Bitrix\Landing\Internals { /** * EO_Rights * @see \Bitrix\Landing\Internals\RightsTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Rights setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_Rights setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_Rights resetEntityId() * @method \Bitrix\Landing\Internals\EO_Rights unsetEntityId() * @method \int fillEntityId() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_Rights setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_Rights resetEntityType() * @method \Bitrix\Landing\Internals\EO_Rights unsetEntityType() * @method \string fillEntityType() * @method \int getTaskId() * @method \Bitrix\Landing\Internals\EO_Rights setTaskId(\int|\Bitrix\Main\DB\SqlExpression $taskId) * @method bool hasTaskId() * @method bool isTaskIdFilled() * @method bool isTaskIdChanged() * @method \int remindActualTaskId() * @method \int requireTaskId() * @method \Bitrix\Landing\Internals\EO_Rights resetTaskId() * @method \Bitrix\Landing\Internals\EO_Rights unsetTaskId() * @method \int fillTaskId() * @method \string getAccessCode() * @method \Bitrix\Landing\Internals\EO_Rights setAccessCode(\string|\Bitrix\Main\DB\SqlExpression $accessCode) * @method bool hasAccessCode() * @method bool isAccessCodeFilled() * @method bool isAccessCodeChanged() * @method \string remindActualAccessCode() * @method \string requireAccessCode() * @method \Bitrix\Landing\Internals\EO_Rights resetAccessCode() * @method \Bitrix\Landing\Internals\EO_Rights unsetAccessCode() * @method \string fillAccessCode() * @method \int getRoleId() * @method \Bitrix\Landing\Internals\EO_Rights setRoleId(\int|\Bitrix\Main\DB\SqlExpression $roleId) * @method bool hasRoleId() * @method bool isRoleIdFilled() * @method bool isRoleIdChanged() * @method \int remindActualRoleId() * @method \int requireRoleId() * @method \Bitrix\Landing\Internals\EO_Rights resetRoleId() * @method \Bitrix\Landing\Internals\EO_Rights unsetRoleId() * @method \int fillRoleId() * @method \Bitrix\Landing\Internals\EO_Role getRole() * @method \Bitrix\Landing\Internals\EO_Role remindActualRole() * @method \Bitrix\Landing\Internals\EO_Role requireRole() * @method \Bitrix\Landing\Internals\EO_Rights setRole(\Bitrix\Landing\Internals\EO_Role $object) * @method \Bitrix\Landing\Internals\EO_Rights resetRole() * @method \Bitrix\Landing\Internals\EO_Rights unsetRole() * @method bool hasRole() * @method bool isRoleFilled() * @method bool isRoleChanged() * @method \Bitrix\Landing\Internals\EO_Role fillRole() * @method \Bitrix\Main\EO_UserAccess getUserAccess() * @method \Bitrix\Main\EO_UserAccess remindActualUserAccess() * @method \Bitrix\Main\EO_UserAccess requireUserAccess() * @method \Bitrix\Landing\Internals\EO_Rights setUserAccess(\Bitrix\Main\EO_UserAccess $object) * @method \Bitrix\Landing\Internals\EO_Rights resetUserAccess() * @method \Bitrix\Landing\Internals\EO_Rights unsetUserAccess() * @method bool hasUserAccess() * @method bool isUserAccessFilled() * @method bool isUserAccessChanged() * @method \Bitrix\Main\EO_UserAccess fillUserAccess() * @method \Bitrix\Main\EO_TaskOperation getTaskOperation() * @method \Bitrix\Main\EO_TaskOperation remindActualTaskOperation() * @method \Bitrix\Main\EO_TaskOperation requireTaskOperation() * @method \Bitrix\Landing\Internals\EO_Rights setTaskOperation(\Bitrix\Main\EO_TaskOperation $object) * @method \Bitrix\Landing\Internals\EO_Rights resetTaskOperation() * @method \Bitrix\Landing\Internals\EO_Rights unsetTaskOperation() * @method bool hasTaskOperation() * @method bool isTaskOperationFilled() * @method bool isTaskOperationChanged() * @method \Bitrix\Main\EO_TaskOperation fillTaskOperation() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Rights set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Rights reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Rights unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Rights wakeUp($data) */ class EO_Rights { /* @var \Bitrix\Landing\Internals\RightsTable */ static public $dataClass = '\Bitrix\Landing\Internals\RightsTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Rights_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \int[] getTaskIdList() * @method \int[] fillTaskId() * @method \string[] getAccessCodeList() * @method \string[] fillAccessCode() * @method \int[] getRoleIdList() * @method \int[] fillRoleId() * @method \Bitrix\Landing\Internals\EO_Role[] getRoleList() * @method \Bitrix\Landing\Internals\EO_Rights_Collection getRoleCollection() * @method \Bitrix\Landing\Internals\EO_Role_Collection fillRole() * @method \Bitrix\Main\EO_UserAccess[] getUserAccessList() * @method \Bitrix\Landing\Internals\EO_Rights_Collection getUserAccessCollection() * @method \Bitrix\Main\EO_UserAccess_Collection fillUserAccess() * @method \Bitrix\Main\EO_TaskOperation[] getTaskOperationList() * @method \Bitrix\Landing\Internals\EO_Rights_Collection getTaskOperationCollection() * @method \Bitrix\Main\EO_TaskOperation_Collection fillTaskOperation() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Rights $object) * @method bool has(\Bitrix\Landing\Internals\EO_Rights $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Rights getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Rights[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Rights $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Rights_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Rights current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Rights_Collection merge(?\Bitrix\Landing\Internals\EO_Rights_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Rights_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\RightsTable */ static public $dataClass = '\Bitrix\Landing\Internals\RightsTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Rights_Result exec() * @method \Bitrix\Landing\Internals\EO_Rights fetchObject() * @method \Bitrix\Landing\Internals\EO_Rights_Collection fetchCollection() */ class EO_Rights_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Rights fetchObject() * @method \Bitrix\Landing\Internals\EO_Rights_Collection fetchCollection() */ class EO_Rights_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Rights createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Rights_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Rights wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Rights_Collection wakeUpCollection($rows) */ class EO_Rights_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\HistoryStepTable:landing/lib/internals/historystep.php */ namespace Bitrix\Landing\Internals { /** * EO_HistoryStep * @see \Bitrix\Landing\Internals\HistoryStepTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_HistoryStep setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_HistoryStep setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_HistoryStep resetEntityType() * @method \Bitrix\Landing\Internals\EO_HistoryStep unsetEntityType() * @method \string fillEntityType() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_HistoryStep setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_HistoryStep resetEntityId() * @method \Bitrix\Landing\Internals\EO_HistoryStep unsetEntityId() * @method \int fillEntityId() * @method \int getStep() * @method \Bitrix\Landing\Internals\EO_HistoryStep setStep(\int|\Bitrix\Main\DB\SqlExpression $step) * @method bool hasStep() * @method bool isStepFilled() * @method bool isStepChanged() * @method \int remindActualStep() * @method \int requireStep() * @method \Bitrix\Landing\Internals\EO_HistoryStep resetStep() * @method \Bitrix\Landing\Internals\EO_HistoryStep unsetStep() * @method \int fillStep() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_HistoryStep set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_HistoryStep reset($fieldName) * @method \Bitrix\Landing\Internals\EO_HistoryStep unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_HistoryStep wakeUp($data) */ class EO_HistoryStep { /* @var \Bitrix\Landing\Internals\HistoryStepTable */ static public $dataClass = '\Bitrix\Landing\Internals\HistoryStepTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_HistoryStep_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \int[] getStepList() * @method \int[] fillStep() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_HistoryStep $object) * @method bool has(\Bitrix\Landing\Internals\EO_HistoryStep $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_HistoryStep getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_HistoryStep[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_HistoryStep $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_HistoryStep_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_HistoryStep current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_HistoryStep_Collection merge(?\Bitrix\Landing\Internals\EO_HistoryStep_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_HistoryStep_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\HistoryStepTable */ static public $dataClass = '\Bitrix\Landing\Internals\HistoryStepTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_HistoryStep_Result exec() * @method \Bitrix\Landing\Internals\EO_HistoryStep fetchObject() * @method \Bitrix\Landing\Internals\EO_HistoryStep_Collection fetchCollection() */ class EO_HistoryStep_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_HistoryStep fetchObject() * @method \Bitrix\Landing\Internals\EO_HistoryStep_Collection fetchCollection() */ class EO_HistoryStep_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_HistoryStep createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_HistoryStep_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_HistoryStep wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_HistoryStep_Collection wakeUpCollection($rows) */ class EO_HistoryStep_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\FilterEntityTable:landing/lib/internals/filterentity.php */ namespace Bitrix\Landing\Internals { /** * EO_FilterEntity * @see \Bitrix\Landing\Internals\FilterEntityTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_FilterEntity setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getSourceId() * @method \Bitrix\Landing\Internals\EO_FilterEntity setSourceId(\string|\Bitrix\Main\DB\SqlExpression $sourceId) * @method bool hasSourceId() * @method bool isSourceIdFilled() * @method bool isSourceIdChanged() * @method \string remindActualSourceId() * @method \string requireSourceId() * @method \Bitrix\Landing\Internals\EO_FilterEntity resetSourceId() * @method \Bitrix\Landing\Internals\EO_FilterEntity unsetSourceId() * @method \string fillSourceId() * @method \string getFilterHash() * @method \Bitrix\Landing\Internals\EO_FilterEntity setFilterHash(\string|\Bitrix\Main\DB\SqlExpression $filterHash) * @method bool hasFilterHash() * @method bool isFilterHashFilled() * @method bool isFilterHashChanged() * @method \string remindActualFilterHash() * @method \string requireFilterHash() * @method \Bitrix\Landing\Internals\EO_FilterEntity resetFilterHash() * @method \Bitrix\Landing\Internals\EO_FilterEntity unsetFilterHash() * @method \string fillFilterHash() * @method \string getFilter() * @method \Bitrix\Landing\Internals\EO_FilterEntity setFilter(\string|\Bitrix\Main\DB\SqlExpression $filter) * @method bool hasFilter() * @method bool isFilterFilled() * @method bool isFilterChanged() * @method \string remindActualFilter() * @method \string requireFilter() * @method \Bitrix\Landing\Internals\EO_FilterEntity resetFilter() * @method \Bitrix\Landing\Internals\EO_FilterEntity unsetFilter() * @method \string fillFilter() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_FilterEntity setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_FilterEntity resetCreatedById() * @method \Bitrix\Landing\Internals\EO_FilterEntity unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_FilterEntity setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_FilterEntity resetModifiedById() * @method \Bitrix\Landing\Internals\EO_FilterEntity unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_FilterEntity setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_FilterEntity resetDateCreate() * @method \Bitrix\Landing\Internals\EO_FilterEntity unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_FilterEntity setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_FilterEntity resetDateModify() * @method \Bitrix\Landing\Internals\EO_FilterEntity unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_FilterEntity set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_FilterEntity reset($fieldName) * @method \Bitrix\Landing\Internals\EO_FilterEntity unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_FilterEntity wakeUp($data) */ class EO_FilterEntity { /* @var \Bitrix\Landing\Internals\FilterEntityTable */ static public $dataClass = '\Bitrix\Landing\Internals\FilterEntityTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_FilterEntity_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getSourceIdList() * @method \string[] fillSourceId() * @method \string[] getFilterHashList() * @method \string[] fillFilterHash() * @method \string[] getFilterList() * @method \string[] fillFilter() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_FilterEntity $object) * @method bool has(\Bitrix\Landing\Internals\EO_FilterEntity $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_FilterEntity getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_FilterEntity[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_FilterEntity $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_FilterEntity_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_FilterEntity current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_FilterEntity_Collection merge(?\Bitrix\Landing\Internals\EO_FilterEntity_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_FilterEntity_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\FilterEntityTable */ static public $dataClass = '\Bitrix\Landing\Internals\FilterEntityTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_FilterEntity_Result exec() * @method \Bitrix\Landing\Internals\EO_FilterEntity fetchObject() * @method \Bitrix\Landing\Internals\EO_FilterEntity_Collection fetchCollection() */ class EO_FilterEntity_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_FilterEntity fetchObject() * @method \Bitrix\Landing\Internals\EO_FilterEntity_Collection fetchCollection() */ class EO_FilterEntity_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_FilterEntity createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_FilterEntity_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_FilterEntity wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_FilterEntity_Collection wakeUpCollection($rows) */ class EO_FilterEntity_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\RepoTable:landing/lib/internals/repo.php */ namespace Bitrix\Landing\Internals { /** * EO_Repo * @see \Bitrix\Landing\Internals\RepoTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Repo setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Repo setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Repo resetXmlId() * @method \Bitrix\Landing\Internals\EO_Repo unsetXmlId() * @method \string fillXmlId() * @method \string getAppCode() * @method \Bitrix\Landing\Internals\EO_Repo setAppCode(\string|\Bitrix\Main\DB\SqlExpression $appCode) * @method bool hasAppCode() * @method bool isAppCodeFilled() * @method bool isAppCodeChanged() * @method \string remindActualAppCode() * @method \string requireAppCode() * @method \Bitrix\Landing\Internals\EO_Repo resetAppCode() * @method \Bitrix\Landing\Internals\EO_Repo unsetAppCode() * @method \string fillAppCode() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Repo setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Repo resetActive() * @method \Bitrix\Landing\Internals\EO_Repo unsetActive() * @method \string fillActive() * @method \string getName() * @method \Bitrix\Landing\Internals\EO_Repo setName(\string|\Bitrix\Main\DB\SqlExpression $name) * @method bool hasName() * @method bool isNameFilled() * @method bool isNameChanged() * @method \string remindActualName() * @method \string requireName() * @method \Bitrix\Landing\Internals\EO_Repo resetName() * @method \Bitrix\Landing\Internals\EO_Repo unsetName() * @method \string fillName() * @method \string getDescription() * @method \Bitrix\Landing\Internals\EO_Repo setDescription(\string|\Bitrix\Main\DB\SqlExpression $description) * @method bool hasDescription() * @method bool isDescriptionFilled() * @method bool isDescriptionChanged() * @method \string remindActualDescription() * @method \string requireDescription() * @method \Bitrix\Landing\Internals\EO_Repo resetDescription() * @method \Bitrix\Landing\Internals\EO_Repo unsetDescription() * @method \string fillDescription() * @method \string getSections() * @method \Bitrix\Landing\Internals\EO_Repo setSections(\string|\Bitrix\Main\DB\SqlExpression $sections) * @method bool hasSections() * @method bool isSectionsFilled() * @method bool isSectionsChanged() * @method \string remindActualSections() * @method \string requireSections() * @method \Bitrix\Landing\Internals\EO_Repo resetSections() * @method \Bitrix\Landing\Internals\EO_Repo unsetSections() * @method \string fillSections() * @method \string getSiteTemplateId() * @method \Bitrix\Landing\Internals\EO_Repo setSiteTemplateId(\string|\Bitrix\Main\DB\SqlExpression $siteTemplateId) * @method bool hasSiteTemplateId() * @method bool isSiteTemplateIdFilled() * @method bool isSiteTemplateIdChanged() * @method \string remindActualSiteTemplateId() * @method \string requireSiteTemplateId() * @method \Bitrix\Landing\Internals\EO_Repo resetSiteTemplateId() * @method \Bitrix\Landing\Internals\EO_Repo unsetSiteTemplateId() * @method \string fillSiteTemplateId() * @method \string getPreview() * @method \Bitrix\Landing\Internals\EO_Repo setPreview(\string|\Bitrix\Main\DB\SqlExpression $preview) * @method bool hasPreview() * @method bool isPreviewFilled() * @method bool isPreviewChanged() * @method \string remindActualPreview() * @method \string requirePreview() * @method \Bitrix\Landing\Internals\EO_Repo resetPreview() * @method \Bitrix\Landing\Internals\EO_Repo unsetPreview() * @method \string fillPreview() * @method \string getManifest() * @method \Bitrix\Landing\Internals\EO_Repo setManifest(\string|\Bitrix\Main\DB\SqlExpression $manifest) * @method bool hasManifest() * @method bool isManifestFilled() * @method bool isManifestChanged() * @method \string remindActualManifest() * @method \string requireManifest() * @method \Bitrix\Landing\Internals\EO_Repo resetManifest() * @method \Bitrix\Landing\Internals\EO_Repo unsetManifest() * @method \string fillManifest() * @method \string getContent() * @method \Bitrix\Landing\Internals\EO_Repo setContent(\string|\Bitrix\Main\DB\SqlExpression $content) * @method bool hasContent() * @method bool isContentFilled() * @method bool isContentChanged() * @method \string remindActualContent() * @method \string requireContent() * @method \Bitrix\Landing\Internals\EO_Repo resetContent() * @method \Bitrix\Landing\Internals\EO_Repo unsetContent() * @method \string fillContent() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Repo setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Repo resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Repo unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Repo setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Repo resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Repo unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Repo setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Repo resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Repo unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Repo setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Repo resetDateModify() * @method \Bitrix\Landing\Internals\EO_Repo unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Repo set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Repo reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Repo unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Repo wakeUp($data) */ class EO_Repo { /* @var \Bitrix\Landing\Internals\RepoTable */ static public $dataClass = '\Bitrix\Landing\Internals\RepoTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Repo_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getAppCodeList() * @method \string[] fillAppCode() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getNameList() * @method \string[] fillName() * @method \string[] getDescriptionList() * @method \string[] fillDescription() * @method \string[] getSectionsList() * @method \string[] fillSections() * @method \string[] getSiteTemplateIdList() * @method \string[] fillSiteTemplateId() * @method \string[] getPreviewList() * @method \string[] fillPreview() * @method \string[] getManifestList() * @method \string[] fillManifest() * @method \string[] getContentList() * @method \string[] fillContent() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Repo $object) * @method bool has(\Bitrix\Landing\Internals\EO_Repo $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Repo getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Repo[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Repo $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Repo_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Repo current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Repo_Collection merge(?\Bitrix\Landing\Internals\EO_Repo_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Repo_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\RepoTable */ static public $dataClass = '\Bitrix\Landing\Internals\RepoTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Repo_Result exec() * @method \Bitrix\Landing\Internals\EO_Repo fetchObject() * @method \Bitrix\Landing\Internals\EO_Repo_Collection fetchCollection() */ class EO_Repo_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Repo fetchObject() * @method \Bitrix\Landing\Internals\EO_Repo_Collection fetchCollection() */ class EO_Repo_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Repo createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Repo_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Repo wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Repo_Collection wakeUpCollection($rows) */ class EO_Repo_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\TemplateRefTable:landing/lib/internals/templateref.php */ namespace Bitrix\Landing\Internals { /** * EO_TemplateRef * @see \Bitrix\Landing\Internals\TemplateRefTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_TemplateRef setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_TemplateRef setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_TemplateRef resetEntityId() * @method \Bitrix\Landing\Internals\EO_TemplateRef unsetEntityId() * @method \int fillEntityId() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_TemplateRef setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_TemplateRef resetEntityType() * @method \Bitrix\Landing\Internals\EO_TemplateRef unsetEntityType() * @method \string fillEntityType() * @method \int getArea() * @method \Bitrix\Landing\Internals\EO_TemplateRef setArea(\int|\Bitrix\Main\DB\SqlExpression $area) * @method bool hasArea() * @method bool isAreaFilled() * @method bool isAreaChanged() * @method \int remindActualArea() * @method \int requireArea() * @method \Bitrix\Landing\Internals\EO_TemplateRef resetArea() * @method \Bitrix\Landing\Internals\EO_TemplateRef unsetArea() * @method \int fillArea() * @method \int getLandingId() * @method \Bitrix\Landing\Internals\EO_TemplateRef setLandingId(\int|\Bitrix\Main\DB\SqlExpression $landingId) * @method bool hasLandingId() * @method bool isLandingIdFilled() * @method bool isLandingIdChanged() * @method \int remindActualLandingId() * @method \int requireLandingId() * @method \Bitrix\Landing\Internals\EO_TemplateRef resetLandingId() * @method \Bitrix\Landing\Internals\EO_TemplateRef unsetLandingId() * @method \int fillLandingId() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_TemplateRef set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_TemplateRef reset($fieldName) * @method \Bitrix\Landing\Internals\EO_TemplateRef unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_TemplateRef wakeUp($data) */ class EO_TemplateRef { /* @var \Bitrix\Landing\Internals\TemplateRefTable */ static public $dataClass = '\Bitrix\Landing\Internals\TemplateRefTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_TemplateRef_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \int[] getAreaList() * @method \int[] fillArea() * @method \int[] getLandingIdList() * @method \int[] fillLandingId() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_TemplateRef $object) * @method bool has(\Bitrix\Landing\Internals\EO_TemplateRef $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_TemplateRef getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_TemplateRef[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_TemplateRef $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_TemplateRef_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_TemplateRef current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_TemplateRef_Collection merge(?\Bitrix\Landing\Internals\EO_TemplateRef_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_TemplateRef_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\TemplateRefTable */ static public $dataClass = '\Bitrix\Landing\Internals\TemplateRefTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_TemplateRef_Result exec() * @method \Bitrix\Landing\Internals\EO_TemplateRef fetchObject() * @method \Bitrix\Landing\Internals\EO_TemplateRef_Collection fetchCollection() */ class EO_TemplateRef_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_TemplateRef fetchObject() * @method \Bitrix\Landing\Internals\EO_TemplateRef_Collection fetchCollection() */ class EO_TemplateRef_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_TemplateRef createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_TemplateRef_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_TemplateRef wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_TemplateRef_Collection wakeUpCollection($rows) */ class EO_TemplateRef_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\TemplateTable:landing/lib/internals/template.php */ namespace Bitrix\Landing\Internals { /** * EO_Template * @see \Bitrix\Landing\Internals\TemplateTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Template setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Template setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Template resetActive() * @method \Bitrix\Landing\Internals\EO_Template unsetActive() * @method \string fillActive() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Template setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Template resetTitle() * @method \Bitrix\Landing\Internals\EO_Template unsetTitle() * @method \string fillTitle() * @method \int getSort() * @method \Bitrix\Landing\Internals\EO_Template setSort(\int|\Bitrix\Main\DB\SqlExpression $sort) * @method bool hasSort() * @method bool isSortFilled() * @method bool isSortChanged() * @method \int remindActualSort() * @method \int requireSort() * @method \Bitrix\Landing\Internals\EO_Template resetSort() * @method \Bitrix\Landing\Internals\EO_Template unsetSort() * @method \int fillSort() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Template setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Template resetXmlId() * @method \Bitrix\Landing\Internals\EO_Template unsetXmlId() * @method \string fillXmlId() * @method \string getContent() * @method \Bitrix\Landing\Internals\EO_Template setContent(\string|\Bitrix\Main\DB\SqlExpression $content) * @method bool hasContent() * @method bool isContentFilled() * @method bool isContentChanged() * @method \string remindActualContent() * @method \string requireContent() * @method \Bitrix\Landing\Internals\EO_Template resetContent() * @method \Bitrix\Landing\Internals\EO_Template unsetContent() * @method \string fillContent() * @method \int getAreaCount() * @method \Bitrix\Landing\Internals\EO_Template setAreaCount(\int|\Bitrix\Main\DB\SqlExpression $areaCount) * @method bool hasAreaCount() * @method bool isAreaCountFilled() * @method bool isAreaCountChanged() * @method \int remindActualAreaCount() * @method \int requireAreaCount() * @method \Bitrix\Landing\Internals\EO_Template resetAreaCount() * @method \Bitrix\Landing\Internals\EO_Template unsetAreaCount() * @method \int fillAreaCount() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Template setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Template resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Template unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\EO_User getCreatedBy() * @method \Bitrix\Main\EO_User remindActualCreatedBy() * @method \Bitrix\Main\EO_User requireCreatedBy() * @method \Bitrix\Landing\Internals\EO_Template setCreatedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Template resetCreatedBy() * @method \Bitrix\Landing\Internals\EO_Template unsetCreatedBy() * @method bool hasCreatedBy() * @method bool isCreatedByFilled() * @method bool isCreatedByChanged() * @method \Bitrix\Main\EO_User fillCreatedBy() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Template setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Template resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Template unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\EO_User getModifiedBy() * @method \Bitrix\Main\EO_User remindActualModifiedBy() * @method \Bitrix\Main\EO_User requireModifiedBy() * @method \Bitrix\Landing\Internals\EO_Template setModifiedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Template resetModifiedBy() * @method \Bitrix\Landing\Internals\EO_Template unsetModifiedBy() * @method bool hasModifiedBy() * @method bool isModifiedByFilled() * @method bool isModifiedByChanged() * @method \Bitrix\Main\EO_User fillModifiedBy() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Template setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Template resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Template unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Template setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Template resetDateModify() * @method \Bitrix\Landing\Internals\EO_Template unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Template set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Template reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Template unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Template wakeUp($data) */ class EO_Template { /* @var \Bitrix\Landing\Internals\TemplateTable */ static public $dataClass = '\Bitrix\Landing\Internals\TemplateTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Template_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \int[] getSortList() * @method \int[] fillSort() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getContentList() * @method \string[] fillContent() * @method \int[] getAreaCountList() * @method \int[] fillAreaCount() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\EO_User[] getCreatedByList() * @method \Bitrix\Landing\Internals\EO_Template_Collection getCreatedByCollection() * @method \Bitrix\Main\EO_User_Collection fillCreatedBy() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\EO_User[] getModifiedByList() * @method \Bitrix\Landing\Internals\EO_Template_Collection getModifiedByCollection() * @method \Bitrix\Main\EO_User_Collection fillModifiedBy() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Template $object) * @method bool has(\Bitrix\Landing\Internals\EO_Template $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Template getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Template[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Template $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Template_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Template current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Template_Collection merge(?\Bitrix\Landing\Internals\EO_Template_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Template_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\TemplateTable */ static public $dataClass = '\Bitrix\Landing\Internals\TemplateTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Template_Result exec() * @method \Bitrix\Landing\Internals\EO_Template fetchObject() * @method \Bitrix\Landing\Internals\EO_Template_Collection fetchCollection() */ class EO_Template_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Template fetchObject() * @method \Bitrix\Landing\Internals\EO_Template_Collection fetchCollection() */ class EO_Template_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Template createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Template_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Template wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Template_Collection wakeUpCollection($rows) */ class EO_Template_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\ChatTable:landing/lib/internals/chat.php */ namespace Bitrix\Landing\Internals { /** * EO_Chat * @see \Bitrix\Landing\Internals\ChatTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Chat setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getChatId() * @method \Bitrix\Landing\Internals\EO_Chat setChatId(\int|\Bitrix\Main\DB\SqlExpression $chatId) * @method bool hasChatId() * @method bool isChatIdFilled() * @method bool isChatIdChanged() * @method \int remindActualChatId() * @method \int requireChatId() * @method \Bitrix\Landing\Internals\EO_Chat resetChatId() * @method \Bitrix\Landing\Internals\EO_Chat unsetChatId() * @method \int fillChatId() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Chat setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Chat resetTitle() * @method \Bitrix\Landing\Internals\EO_Chat unsetTitle() * @method \string fillTitle() * @method \int getAvatar() * @method \Bitrix\Landing\Internals\EO_Chat setAvatar(\int|\Bitrix\Main\DB\SqlExpression $avatar) * @method bool hasAvatar() * @method bool isAvatarFilled() * @method bool isAvatarChanged() * @method \int remindActualAvatar() * @method \int requireAvatar() * @method \Bitrix\Landing\Internals\EO_Chat resetAvatar() * @method \Bitrix\Landing\Internals\EO_Chat unsetAvatar() * @method \int fillAvatar() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Chat setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Chat resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Chat unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\EO_User getCreatedBy() * @method \Bitrix\Main\EO_User remindActualCreatedBy() * @method \Bitrix\Main\EO_User requireCreatedBy() * @method \Bitrix\Landing\Internals\EO_Chat setCreatedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Chat resetCreatedBy() * @method \Bitrix\Landing\Internals\EO_Chat unsetCreatedBy() * @method bool hasCreatedBy() * @method bool isCreatedByFilled() * @method bool isCreatedByChanged() * @method \Bitrix\Main\EO_User fillCreatedBy() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Chat setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Chat resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Chat unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\EO_User getModifiedBy() * @method \Bitrix\Main\EO_User remindActualModifiedBy() * @method \Bitrix\Main\EO_User requireModifiedBy() * @method \Bitrix\Landing\Internals\EO_Chat setModifiedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Chat resetModifiedBy() * @method \Bitrix\Landing\Internals\EO_Chat unsetModifiedBy() * @method bool hasModifiedBy() * @method bool isModifiedByFilled() * @method bool isModifiedByChanged() * @method \Bitrix\Main\EO_User fillModifiedBy() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Chat setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Chat resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Chat unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Chat setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Chat resetDateModify() * @method \Bitrix\Landing\Internals\EO_Chat unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Chat set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Chat reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Chat unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Chat wakeUp($data) */ class EO_Chat { /* @var \Bitrix\Landing\Internals\ChatTable */ static public $dataClass = '\Bitrix\Landing\Internals\ChatTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Chat_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getChatIdList() * @method \int[] fillChatId() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \int[] getAvatarList() * @method \int[] fillAvatar() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\EO_User[] getCreatedByList() * @method \Bitrix\Landing\Internals\EO_Chat_Collection getCreatedByCollection() * @method \Bitrix\Main\EO_User_Collection fillCreatedBy() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\EO_User[] getModifiedByList() * @method \Bitrix\Landing\Internals\EO_Chat_Collection getModifiedByCollection() * @method \Bitrix\Main\EO_User_Collection fillModifiedBy() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Chat $object) * @method bool has(\Bitrix\Landing\Internals\EO_Chat $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Chat getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Chat[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Chat $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Chat_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Chat current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Chat_Collection merge(?\Bitrix\Landing\Internals\EO_Chat_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Chat_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\ChatTable */ static public $dataClass = '\Bitrix\Landing\Internals\ChatTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Chat_Result exec() * @method \Bitrix\Landing\Internals\EO_Chat fetchObject() * @method \Bitrix\Landing\Internals\EO_Chat_Collection fetchCollection() */ class EO_Chat_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Chat fetchObject() * @method \Bitrix\Landing\Internals\EO_Chat_Collection fetchCollection() */ class EO_Chat_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Chat createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Chat_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Chat wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Chat_Collection wakeUpCollection($rows) */ class EO_Chat_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\BindingTable:landing/lib/internals/binding.php */ namespace Bitrix\Landing\Internals { /** * EO_Binding * @see \Bitrix\Landing\Internals\BindingTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Binding setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_Binding setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_Binding resetEntityId() * @method \Bitrix\Landing\Internals\EO_Binding unsetEntityId() * @method \int fillEntityId() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_Binding setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_Binding resetEntityType() * @method \Bitrix\Landing\Internals\EO_Binding unsetEntityType() * @method \string fillEntityType() * @method \string getBindingId() * @method \Bitrix\Landing\Internals\EO_Binding setBindingId(\string|\Bitrix\Main\DB\SqlExpression $bindingId) * @method bool hasBindingId() * @method bool isBindingIdFilled() * @method bool isBindingIdChanged() * @method \string remindActualBindingId() * @method \string requireBindingId() * @method \Bitrix\Landing\Internals\EO_Binding resetBindingId() * @method \Bitrix\Landing\Internals\EO_Binding unsetBindingId() * @method \string fillBindingId() * @method \string getBindingType() * @method \Bitrix\Landing\Internals\EO_Binding setBindingType(\string|\Bitrix\Main\DB\SqlExpression $bindingType) * @method bool hasBindingType() * @method bool isBindingTypeFilled() * @method bool isBindingTypeChanged() * @method \string remindActualBindingType() * @method \string requireBindingType() * @method \Bitrix\Landing\Internals\EO_Binding resetBindingType() * @method \Bitrix\Landing\Internals\EO_Binding unsetBindingType() * @method \string fillBindingType() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Binding set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Binding reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Binding unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Binding wakeUp($data) */ class EO_Binding { /* @var \Bitrix\Landing\Internals\BindingTable */ static public $dataClass = '\Bitrix\Landing\Internals\BindingTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Binding_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * @method \string[] getBindingIdList() * @method \string[] fillBindingId() * @method \string[] getBindingTypeList() * @method \string[] fillBindingType() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Binding $object) * @method bool has(\Bitrix\Landing\Internals\EO_Binding $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Binding getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Binding[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Binding $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Binding_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Binding current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Binding_Collection merge(?\Bitrix\Landing\Internals\EO_Binding_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Binding_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\BindingTable */ static public $dataClass = '\Bitrix\Landing\Internals\BindingTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Binding_Result exec() * @method \Bitrix\Landing\Internals\EO_Binding fetchObject() * @method \Bitrix\Landing\Internals\EO_Binding_Collection fetchCollection() */ class EO_Binding_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Binding fetchObject() * @method \Bitrix\Landing\Internals\EO_Binding_Collection fetchCollection() */ class EO_Binding_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Binding createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Binding_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Binding wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Binding_Collection wakeUpCollection($rows) */ class EO_Binding_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\ChatBindingTable:landing/lib/internals/chatbinding.php */ namespace Bitrix\Landing\Internals { /** * EO_ChatBinding * @see \Bitrix\Landing\Internals\ChatBindingTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_ChatBinding setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getInternalChatId() * @method \Bitrix\Landing\Internals\EO_ChatBinding setInternalChatId(\int|\Bitrix\Main\DB\SqlExpression $internalChatId) * @method bool hasInternalChatId() * @method bool isInternalChatIdFilled() * @method bool isInternalChatIdChanged() * @method \int remindActualInternalChatId() * @method \int requireInternalChatId() * @method \Bitrix\Landing\Internals\EO_ChatBinding resetInternalChatId() * @method \Bitrix\Landing\Internals\EO_ChatBinding unsetInternalChatId() * @method \int fillInternalChatId() * @method \int getEntityId() * @method \Bitrix\Landing\Internals\EO_ChatBinding setEntityId(\int|\Bitrix\Main\DB\SqlExpression $entityId) * @method bool hasEntityId() * @method bool isEntityIdFilled() * @method bool isEntityIdChanged() * @method \int remindActualEntityId() * @method \int requireEntityId() * @method \Bitrix\Landing\Internals\EO_ChatBinding resetEntityId() * @method \Bitrix\Landing\Internals\EO_ChatBinding unsetEntityId() * @method \int fillEntityId() * @method \string getEntityType() * @method \Bitrix\Landing\Internals\EO_ChatBinding setEntityType(\string|\Bitrix\Main\DB\SqlExpression $entityType) * @method bool hasEntityType() * @method bool isEntityTypeFilled() * @method bool isEntityTypeChanged() * @method \string remindActualEntityType() * @method \string requireEntityType() * @method \Bitrix\Landing\Internals\EO_ChatBinding resetEntityType() * @method \Bitrix\Landing\Internals\EO_ChatBinding unsetEntityType() * @method \string fillEntityType() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_ChatBinding set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_ChatBinding reset($fieldName) * @method \Bitrix\Landing\Internals\EO_ChatBinding unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_ChatBinding wakeUp($data) */ class EO_ChatBinding { /* @var \Bitrix\Landing\Internals\ChatBindingTable */ static public $dataClass = '\Bitrix\Landing\Internals\ChatBindingTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_ChatBinding_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getInternalChatIdList() * @method \int[] fillInternalChatId() * @method \int[] getEntityIdList() * @method \int[] fillEntityId() * @method \string[] getEntityTypeList() * @method \string[] fillEntityType() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_ChatBinding $object) * @method bool has(\Bitrix\Landing\Internals\EO_ChatBinding $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_ChatBinding getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_ChatBinding[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_ChatBinding $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_ChatBinding_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_ChatBinding current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_ChatBinding_Collection merge(?\Bitrix\Landing\Internals\EO_ChatBinding_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_ChatBinding_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\ChatBindingTable */ static public $dataClass = '\Bitrix\Landing\Internals\ChatBindingTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_ChatBinding_Result exec() * @method \Bitrix\Landing\Internals\EO_ChatBinding fetchObject() * @method \Bitrix\Landing\Internals\EO_ChatBinding_Collection fetchCollection() */ class EO_ChatBinding_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_ChatBinding fetchObject() * @method \Bitrix\Landing\Internals\EO_ChatBinding_Collection fetchCollection() */ class EO_ChatBinding_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_ChatBinding createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_ChatBinding_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_ChatBinding wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_ChatBinding_Collection wakeUpCollection($rows) */ class EO_ChatBinding_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\UpdateBlockTable:landing/lib/internals/updateblock.php */ namespace Bitrix\Landing\Internals { /** * EO_UpdateBlock * @see \Bitrix\Landing\Internals\UpdateBlockTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_UpdateBlock resetCode() * @method \Bitrix\Landing\Internals\EO_UpdateBlock unsetCode() * @method \string fillCode() * @method \int getLastBlockId() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setLastBlockId(\int|\Bitrix\Main\DB\SqlExpression $lastBlockId) * @method bool hasLastBlockId() * @method bool isLastBlockIdFilled() * @method bool isLastBlockIdChanged() * @method \int remindActualLastBlockId() * @method \int requireLastBlockId() * @method \Bitrix\Landing\Internals\EO_UpdateBlock resetLastBlockId() * @method \Bitrix\Landing\Internals\EO_UpdateBlock unsetLastBlockId() * @method \int fillLastBlockId() * @method \string getParams() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setParams(\string|\Bitrix\Main\DB\SqlExpression $params) * @method bool hasParams() * @method bool isParamsFilled() * @method bool isParamsChanged() * @method \string remindActualParams() * @method \string requireParams() * @method \Bitrix\Landing\Internals\EO_UpdateBlock resetParams() * @method \Bitrix\Landing\Internals\EO_UpdateBlock unsetParams() * @method \string fillParams() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_UpdateBlock resetCreatedById() * @method \Bitrix\Landing\Internals\EO_UpdateBlock unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_UpdateBlock resetModifiedById() * @method \Bitrix\Landing\Internals\EO_UpdateBlock unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_UpdateBlock resetDateCreate() * @method \Bitrix\Landing\Internals\EO_UpdateBlock unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_UpdateBlock setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_UpdateBlock resetDateModify() * @method \Bitrix\Landing\Internals\EO_UpdateBlock unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_UpdateBlock set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_UpdateBlock reset($fieldName) * @method \Bitrix\Landing\Internals\EO_UpdateBlock unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_UpdateBlock wakeUp($data) */ class EO_UpdateBlock { /* @var \Bitrix\Landing\Internals\UpdateBlockTable */ static public $dataClass = '\Bitrix\Landing\Internals\UpdateBlockTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_UpdateBlock_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \int[] getLastBlockIdList() * @method \int[] fillLastBlockId() * @method \string[] getParamsList() * @method \string[] fillParams() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_UpdateBlock $object) * @method bool has(\Bitrix\Landing\Internals\EO_UpdateBlock $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UpdateBlock getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UpdateBlock[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_UpdateBlock $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_UpdateBlock_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_UpdateBlock current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_UpdateBlock_Collection merge(?\Bitrix\Landing\Internals\EO_UpdateBlock_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_UpdateBlock_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\UpdateBlockTable */ static public $dataClass = '\Bitrix\Landing\Internals\UpdateBlockTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_UpdateBlock_Result exec() * @method \Bitrix\Landing\Internals\EO_UpdateBlock fetchObject() * @method \Bitrix\Landing\Internals\EO_UpdateBlock_Collection fetchCollection() */ class EO_UpdateBlock_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_UpdateBlock fetchObject() * @method \Bitrix\Landing\Internals\EO_UpdateBlock_Collection fetchCollection() */ class EO_UpdateBlock_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_UpdateBlock createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_UpdateBlock_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_UpdateBlock wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_UpdateBlock_Collection wakeUpCollection($rows) */ class EO_UpdateBlock_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\SyspageTable:landing/lib/internals/syspage.php */ namespace Bitrix\Landing\Internals { /** * EO_Syspage * @see \Bitrix\Landing\Internals\SyspageTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Syspage setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getSiteId() * @method \Bitrix\Landing\Internals\EO_Syspage setSiteId(\int|\Bitrix\Main\DB\SqlExpression $siteId) * @method bool hasSiteId() * @method bool isSiteIdFilled() * @method bool isSiteIdChanged() * @method \int remindActualSiteId() * @method \int requireSiteId() * @method \Bitrix\Landing\Internals\EO_Syspage resetSiteId() * @method \Bitrix\Landing\Internals\EO_Syspage unsetSiteId() * @method \int fillSiteId() * @method \string getType() * @method \Bitrix\Landing\Internals\EO_Syspage setType(\string|\Bitrix\Main\DB\SqlExpression $type) * @method bool hasType() * @method bool isTypeFilled() * @method bool isTypeChanged() * @method \string remindActualType() * @method \string requireType() * @method \Bitrix\Landing\Internals\EO_Syspage resetType() * @method \Bitrix\Landing\Internals\EO_Syspage unsetType() * @method \string fillType() * @method \int getLandingId() * @method \Bitrix\Landing\Internals\EO_Syspage setLandingId(\int|\Bitrix\Main\DB\SqlExpression $landingId) * @method bool hasLandingId() * @method bool isLandingIdFilled() * @method bool isLandingIdChanged() * @method \int remindActualLandingId() * @method \int requireLandingId() * @method \Bitrix\Landing\Internals\EO_Syspage resetLandingId() * @method \Bitrix\Landing\Internals\EO_Syspage unsetLandingId() * @method \int fillLandingId() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Syspage set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Syspage reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Syspage unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Syspage wakeUp($data) */ class EO_Syspage { /* @var \Bitrix\Landing\Internals\SyspageTable */ static public $dataClass = '\Bitrix\Landing\Internals\SyspageTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Syspage_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getSiteIdList() * @method \int[] fillSiteId() * @method \string[] getTypeList() * @method \string[] fillType() * @method \int[] getLandingIdList() * @method \int[] fillLandingId() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Syspage $object) * @method bool has(\Bitrix\Landing\Internals\EO_Syspage $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Syspage getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Syspage[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Syspage $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Syspage_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Syspage current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Syspage_Collection merge(?\Bitrix\Landing\Internals\EO_Syspage_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Syspage_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\SyspageTable */ static public $dataClass = '\Bitrix\Landing\Internals\SyspageTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Syspage_Result exec() * @method \Bitrix\Landing\Internals\EO_Syspage fetchObject() * @method \Bitrix\Landing\Internals\EO_Syspage_Collection fetchCollection() */ class EO_Syspage_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Syspage fetchObject() * @method \Bitrix\Landing\Internals\EO_Syspage_Collection fetchCollection() */ class EO_Syspage_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Syspage createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Syspage_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Syspage wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Syspage_Collection wakeUpCollection($rows) */ class EO_Syspage_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\SiteTable:landing/lib/internals/site.php */ namespace Bitrix\Landing\Internals { /** * EO_Site * @see \Bitrix\Landing\Internals\SiteTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_Site setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \string getCode() * @method \Bitrix\Landing\Internals\EO_Site setCode(\string|\Bitrix\Main\DB\SqlExpression $code) * @method bool hasCode() * @method bool isCodeFilled() * @method bool isCodeChanged() * @method \string remindActualCode() * @method \string requireCode() * @method \Bitrix\Landing\Internals\EO_Site resetCode() * @method \Bitrix\Landing\Internals\EO_Site unsetCode() * @method \string fillCode() * @method \string getActive() * @method \Bitrix\Landing\Internals\EO_Site setActive(\string|\Bitrix\Main\DB\SqlExpression $active) * @method bool hasActive() * @method bool isActiveFilled() * @method bool isActiveChanged() * @method \string remindActualActive() * @method \string requireActive() * @method \Bitrix\Landing\Internals\EO_Site resetActive() * @method \Bitrix\Landing\Internals\EO_Site unsetActive() * @method \string fillActive() * @method \string getDeleted() * @method \Bitrix\Landing\Internals\EO_Site setDeleted(\string|\Bitrix\Main\DB\SqlExpression $deleted) * @method bool hasDeleted() * @method bool isDeletedFilled() * @method bool isDeletedChanged() * @method \string remindActualDeleted() * @method \string requireDeleted() * @method \Bitrix\Landing\Internals\EO_Site resetDeleted() * @method \Bitrix\Landing\Internals\EO_Site unsetDeleted() * @method \string fillDeleted() * @method \string getTitle() * @method \Bitrix\Landing\Internals\EO_Site setTitle(\string|\Bitrix\Main\DB\SqlExpression $title) * @method bool hasTitle() * @method bool isTitleFilled() * @method bool isTitleChanged() * @method \string remindActualTitle() * @method \string requireTitle() * @method \Bitrix\Landing\Internals\EO_Site resetTitle() * @method \Bitrix\Landing\Internals\EO_Site unsetTitle() * @method \string fillTitle() * @method \string getXmlId() * @method \Bitrix\Landing\Internals\EO_Site setXmlId(\string|\Bitrix\Main\DB\SqlExpression $xmlId) * @method bool hasXmlId() * @method bool isXmlIdFilled() * @method bool isXmlIdChanged() * @method \string remindActualXmlId() * @method \string requireXmlId() * @method \Bitrix\Landing\Internals\EO_Site resetXmlId() * @method \Bitrix\Landing\Internals\EO_Site unsetXmlId() * @method \string fillXmlId() * @method \string getDescription() * @method \Bitrix\Landing\Internals\EO_Site setDescription(\string|\Bitrix\Main\DB\SqlExpression $description) * @method bool hasDescription() * @method bool isDescriptionFilled() * @method bool isDescriptionChanged() * @method \string remindActualDescription() * @method \string requireDescription() * @method \Bitrix\Landing\Internals\EO_Site resetDescription() * @method \Bitrix\Landing\Internals\EO_Site unsetDescription() * @method \string fillDescription() * @method \string getType() * @method \Bitrix\Landing\Internals\EO_Site setType(\string|\Bitrix\Main\DB\SqlExpression $type) * @method bool hasType() * @method bool isTypeFilled() * @method bool isTypeChanged() * @method \string remindActualType() * @method \string requireType() * @method \Bitrix\Landing\Internals\EO_Site resetType() * @method \Bitrix\Landing\Internals\EO_Site unsetType() * @method \string fillType() * @method \int getTplId() * @method \Bitrix\Landing\Internals\EO_Site setTplId(\int|\Bitrix\Main\DB\SqlExpression $tplId) * @method bool hasTplId() * @method bool isTplIdFilled() * @method bool isTplIdChanged() * @method \int remindActualTplId() * @method \int requireTplId() * @method \Bitrix\Landing\Internals\EO_Site resetTplId() * @method \Bitrix\Landing\Internals\EO_Site unsetTplId() * @method \int fillTplId() * @method \string getTplCode() * @method \Bitrix\Landing\Internals\EO_Site setTplCode(\string|\Bitrix\Main\DB\SqlExpression $tplCode) * @method bool hasTplCode() * @method bool isTplCodeFilled() * @method bool isTplCodeChanged() * @method \string remindActualTplCode() * @method \string requireTplCode() * @method \Bitrix\Landing\Internals\EO_Site resetTplCode() * @method \Bitrix\Landing\Internals\EO_Site unsetTplCode() * @method \string fillTplCode() * @method \int getDomainId() * @method \Bitrix\Landing\Internals\EO_Site setDomainId(\int|\Bitrix\Main\DB\SqlExpression $domainId) * @method bool hasDomainId() * @method bool isDomainIdFilled() * @method bool isDomainIdChanged() * @method \int remindActualDomainId() * @method \int requireDomainId() * @method \Bitrix\Landing\Internals\EO_Site resetDomainId() * @method \Bitrix\Landing\Internals\EO_Site unsetDomainId() * @method \int fillDomainId() * @method \Bitrix\Landing\Internals\EO_Domain getDomain() * @method \Bitrix\Landing\Internals\EO_Domain remindActualDomain() * @method \Bitrix\Landing\Internals\EO_Domain requireDomain() * @method \Bitrix\Landing\Internals\EO_Site setDomain(\Bitrix\Landing\Internals\EO_Domain $object) * @method \Bitrix\Landing\Internals\EO_Site resetDomain() * @method \Bitrix\Landing\Internals\EO_Site unsetDomain() * @method bool hasDomain() * @method bool isDomainFilled() * @method bool isDomainChanged() * @method \Bitrix\Landing\Internals\EO_Domain fillDomain() * @method \string getSmnSiteId() * @method \Bitrix\Landing\Internals\EO_Site setSmnSiteId(\string|\Bitrix\Main\DB\SqlExpression $smnSiteId) * @method bool hasSmnSiteId() * @method bool isSmnSiteIdFilled() * @method bool isSmnSiteIdChanged() * @method \string remindActualSmnSiteId() * @method \string requireSmnSiteId() * @method \Bitrix\Landing\Internals\EO_Site resetSmnSiteId() * @method \Bitrix\Landing\Internals\EO_Site unsetSmnSiteId() * @method \string fillSmnSiteId() * @method \int getLandingIdIndex() * @method \Bitrix\Landing\Internals\EO_Site setLandingIdIndex(\int|\Bitrix\Main\DB\SqlExpression $landingIdIndex) * @method bool hasLandingIdIndex() * @method bool isLandingIdIndexFilled() * @method bool isLandingIdIndexChanged() * @method \int remindActualLandingIdIndex() * @method \int requireLandingIdIndex() * @method \Bitrix\Landing\Internals\EO_Site resetLandingIdIndex() * @method \Bitrix\Landing\Internals\EO_Site unsetLandingIdIndex() * @method \int fillLandingIdIndex() * @method \int getLandingId404() * @method \Bitrix\Landing\Internals\EO_Site setLandingId404(\int|\Bitrix\Main\DB\SqlExpression $landingId404) * @method bool hasLandingId404() * @method bool isLandingId404Filled() * @method bool isLandingId404Changed() * @method \int remindActualLandingId404() * @method \int requireLandingId404() * @method \Bitrix\Landing\Internals\EO_Site resetLandingId404() * @method \Bitrix\Landing\Internals\EO_Site unsetLandingId404() * @method \int fillLandingId404() * @method \int getLandingId503() * @method \Bitrix\Landing\Internals\EO_Site setLandingId503(\int|\Bitrix\Main\DB\SqlExpression $landingId503) * @method bool hasLandingId503() * @method bool isLandingId503Filled() * @method bool isLandingId503Changed() * @method \int remindActualLandingId503() * @method \int requireLandingId503() * @method \Bitrix\Landing\Internals\EO_Site resetLandingId503() * @method \Bitrix\Landing\Internals\EO_Site unsetLandingId503() * @method \int fillLandingId503() * @method \int getLang() * @method \Bitrix\Landing\Internals\EO_Site setLang(\int|\Bitrix\Main\DB\SqlExpression $lang) * @method bool hasLang() * @method bool isLangFilled() * @method bool isLangChanged() * @method \int remindActualLang() * @method \int requireLang() * @method \Bitrix\Landing\Internals\EO_Site resetLang() * @method \Bitrix\Landing\Internals\EO_Site unsetLang() * @method \int fillLang() * @method \string getSpecial() * @method \Bitrix\Landing\Internals\EO_Site setSpecial(\string|\Bitrix\Main\DB\SqlExpression $special) * @method bool hasSpecial() * @method bool isSpecialFilled() * @method bool isSpecialChanged() * @method \string remindActualSpecial() * @method \string requireSpecial() * @method \Bitrix\Landing\Internals\EO_Site resetSpecial() * @method \Bitrix\Landing\Internals\EO_Site unsetSpecial() * @method \string fillSpecial() * @method \int getVersion() * @method \Bitrix\Landing\Internals\EO_Site setVersion(\int|\Bitrix\Main\DB\SqlExpression $version) * @method bool hasVersion() * @method bool isVersionFilled() * @method bool isVersionChanged() * @method \int remindActualVersion() * @method \int requireVersion() * @method \Bitrix\Landing\Internals\EO_Site resetVersion() * @method \Bitrix\Landing\Internals\EO_Site unsetVersion() * @method \int fillVersion() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_Site setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_Site resetCreatedById() * @method \Bitrix\Landing\Internals\EO_Site unsetCreatedById() * @method \int fillCreatedById() * @method \Bitrix\Main\EO_User getCreatedBy() * @method \Bitrix\Main\EO_User remindActualCreatedBy() * @method \Bitrix\Main\EO_User requireCreatedBy() * @method \Bitrix\Landing\Internals\EO_Site setCreatedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Site resetCreatedBy() * @method \Bitrix\Landing\Internals\EO_Site unsetCreatedBy() * @method bool hasCreatedBy() * @method bool isCreatedByFilled() * @method bool isCreatedByChanged() * @method \Bitrix\Main\EO_User fillCreatedBy() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_Site setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_Site resetModifiedById() * @method \Bitrix\Landing\Internals\EO_Site unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\EO_User getModifiedBy() * @method \Bitrix\Main\EO_User remindActualModifiedBy() * @method \Bitrix\Main\EO_User requireModifiedBy() * @method \Bitrix\Landing\Internals\EO_Site setModifiedBy(\Bitrix\Main\EO_User $object) * @method \Bitrix\Landing\Internals\EO_Site resetModifiedBy() * @method \Bitrix\Landing\Internals\EO_Site unsetModifiedBy() * @method bool hasModifiedBy() * @method bool isModifiedByFilled() * @method bool isModifiedByChanged() * @method \Bitrix\Main\EO_User fillModifiedBy() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_Site setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_Site resetDateCreate() * @method \Bitrix\Landing\Internals\EO_Site unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_Site setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_Site resetDateModify() * @method \Bitrix\Landing\Internals\EO_Site unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_Site set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_Site reset($fieldName) * @method \Bitrix\Landing\Internals\EO_Site unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_Site wakeUp($data) */ class EO_Site { /* @var \Bitrix\Landing\Internals\SiteTable */ static public $dataClass = '\Bitrix\Landing\Internals\SiteTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_Site_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \string[] getCodeList() * @method \string[] fillCode() * @method \string[] getActiveList() * @method \string[] fillActive() * @method \string[] getDeletedList() * @method \string[] fillDeleted() * @method \string[] getTitleList() * @method \string[] fillTitle() * @method \string[] getXmlIdList() * @method \string[] fillXmlId() * @method \string[] getDescriptionList() * @method \string[] fillDescription() * @method \string[] getTypeList() * @method \string[] fillType() * @method \int[] getTplIdList() * @method \int[] fillTplId() * @method \string[] getTplCodeList() * @method \string[] fillTplCode() * @method \int[] getDomainIdList() * @method \int[] fillDomainId() * @method \Bitrix\Landing\Internals\EO_Domain[] getDomainList() * @method \Bitrix\Landing\Internals\EO_Site_Collection getDomainCollection() * @method \Bitrix\Landing\Internals\EO_Domain_Collection fillDomain() * @method \string[] getSmnSiteIdList() * @method \string[] fillSmnSiteId() * @method \int[] getLandingIdIndexList() * @method \int[] fillLandingIdIndex() * @method \int[] getLandingId404List() * @method \int[] fillLandingId404() * @method \int[] getLandingId503List() * @method \int[] fillLandingId503() * @method \int[] getLangList() * @method \int[] fillLang() * @method \string[] getSpecialList() * @method \string[] fillSpecial() * @method \int[] getVersionList() * @method \int[] fillVersion() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \Bitrix\Main\EO_User[] getCreatedByList() * @method \Bitrix\Landing\Internals\EO_Site_Collection getCreatedByCollection() * @method \Bitrix\Main\EO_User_Collection fillCreatedBy() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\EO_User[] getModifiedByList() * @method \Bitrix\Landing\Internals\EO_Site_Collection getModifiedByCollection() * @method \Bitrix\Main\EO_User_Collection fillModifiedBy() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_Site $object) * @method bool has(\Bitrix\Landing\Internals\EO_Site $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Site getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_Site[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_Site $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_Site_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_Site current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_Site_Collection merge(?\Bitrix\Landing\Internals\EO_Site_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_Site_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\SiteTable */ static public $dataClass = '\Bitrix\Landing\Internals\SiteTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_Site_Result exec() * @method \Bitrix\Landing\Internals\EO_Site fetchObject() * @method \Bitrix\Landing\Internals\EO_Site_Collection fetchCollection() */ class EO_Site_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_Site fetchObject() * @method \Bitrix\Landing\Internals\EO_Site_Collection fetchCollection() */ class EO_Site_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_Site createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_Site_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_Site wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_Site_Collection wakeUpCollection($rows) */ class EO_Site_Entity extends \Bitrix\Main\ORM\Entity {} } /* ORMENTITYANNOTATION:Bitrix\Landing\Internals\UrlRewriteTable:landing/lib/internals/urlrewrite.php */ namespace Bitrix\Landing\Internals { /** * EO_UrlRewrite * @see \Bitrix\Landing\Internals\UrlRewriteTable * * Custom methods: * --------------- * * @method \int getId() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setId(\int|\Bitrix\Main\DB\SqlExpression $id) * @method bool hasId() * @method bool isIdFilled() * @method bool isIdChanged() * @method \int getSiteId() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setSiteId(\int|\Bitrix\Main\DB\SqlExpression $siteId) * @method bool hasSiteId() * @method bool isSiteIdFilled() * @method bool isSiteIdChanged() * @method \int remindActualSiteId() * @method \int requireSiteId() * @method \Bitrix\Landing\Internals\EO_UrlRewrite resetSiteId() * @method \Bitrix\Landing\Internals\EO_UrlRewrite unsetSiteId() * @method \int fillSiteId() * @method \string getRule() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setRule(\string|\Bitrix\Main\DB\SqlExpression $rule) * @method bool hasRule() * @method bool isRuleFilled() * @method bool isRuleChanged() * @method \string remindActualRule() * @method \string requireRule() * @method \Bitrix\Landing\Internals\EO_UrlRewrite resetRule() * @method \Bitrix\Landing\Internals\EO_UrlRewrite unsetRule() * @method \string fillRule() * @method \int getLandingId() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setLandingId(\int|\Bitrix\Main\DB\SqlExpression $landingId) * @method bool hasLandingId() * @method bool isLandingIdFilled() * @method bool isLandingIdChanged() * @method \int remindActualLandingId() * @method \int requireLandingId() * @method \Bitrix\Landing\Internals\EO_UrlRewrite resetLandingId() * @method \Bitrix\Landing\Internals\EO_UrlRewrite unsetLandingId() * @method \int fillLandingId() * @method \int getCreatedById() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setCreatedById(\int|\Bitrix\Main\DB\SqlExpression $createdById) * @method bool hasCreatedById() * @method bool isCreatedByIdFilled() * @method bool isCreatedByIdChanged() * @method \int remindActualCreatedById() * @method \int requireCreatedById() * @method \Bitrix\Landing\Internals\EO_UrlRewrite resetCreatedById() * @method \Bitrix\Landing\Internals\EO_UrlRewrite unsetCreatedById() * @method \int fillCreatedById() * @method \int getModifiedById() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setModifiedById(\int|\Bitrix\Main\DB\SqlExpression $modifiedById) * @method bool hasModifiedById() * @method bool isModifiedByIdFilled() * @method bool isModifiedByIdChanged() * @method \int remindActualModifiedById() * @method \int requireModifiedById() * @method \Bitrix\Landing\Internals\EO_UrlRewrite resetModifiedById() * @method \Bitrix\Landing\Internals\EO_UrlRewrite unsetModifiedById() * @method \int fillModifiedById() * @method \Bitrix\Main\Type\DateTime getDateCreate() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setDateCreate(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateCreate) * @method bool hasDateCreate() * @method bool isDateCreateFilled() * @method bool isDateCreateChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateCreate() * @method \Bitrix\Main\Type\DateTime requireDateCreate() * @method \Bitrix\Landing\Internals\EO_UrlRewrite resetDateCreate() * @method \Bitrix\Landing\Internals\EO_UrlRewrite unsetDateCreate() * @method \Bitrix\Main\Type\DateTime fillDateCreate() * @method \Bitrix\Main\Type\DateTime getDateModify() * @method \Bitrix\Landing\Internals\EO_UrlRewrite setDateModify(\Bitrix\Main\Type\DateTime|\Bitrix\Main\DB\SqlExpression $dateModify) * @method bool hasDateModify() * @method bool isDateModifyFilled() * @method bool isDateModifyChanged() * @method \Bitrix\Main\Type\DateTime remindActualDateModify() * @method \Bitrix\Main\Type\DateTime requireDateModify() * @method \Bitrix\Landing\Internals\EO_UrlRewrite resetDateModify() * @method \Bitrix\Landing\Internals\EO_UrlRewrite unsetDateModify() * @method \Bitrix\Main\Type\DateTime fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @property-read array $primary * @property-read int $state @see \Bitrix\Main\ORM\Objectify\State * @property-read \Bitrix\Main\Type\Dictionary $customData * @property \Bitrix\Main\Authentication\Context $authContext * @method mixed get($fieldName) * @method mixed remindActual($fieldName) * @method mixed require($fieldName) * @method bool has($fieldName) * @method bool isFilled($fieldName) * @method bool isChanged($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlRewrite set($fieldName, $value) * @method \Bitrix\Landing\Internals\EO_UrlRewrite reset($fieldName) * @method \Bitrix\Landing\Internals\EO_UrlRewrite unset($fieldName) * @method void addTo($fieldName, $value) * @method void removeFrom($fieldName, $value) * @method void removeAll($fieldName) * @method \Bitrix\Main\ORM\Data\Result delete() * @method mixed fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method mixed[] collectValues($valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) * @method \Bitrix\Main\ORM\Data\AddResult|\Bitrix\Main\ORM\Data\UpdateResult|\Bitrix\Main\ORM\Data\Result save() * @method static \Bitrix\Landing\Internals\EO_UrlRewrite wakeUp($data) */ class EO_UrlRewrite { /* @var \Bitrix\Landing\Internals\UrlRewriteTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlRewriteTable'; /** * @param bool|array $setDefaultValues */ public function __construct($setDefaultValues = true) {} } } namespace Bitrix\Landing\Internals { /** * EO_UrlRewrite_Collection * * Custom methods: * --------------- * * @method \int[] getIdList() * @method \int[] getSiteIdList() * @method \int[] fillSiteId() * @method \string[] getRuleList() * @method \string[] fillRule() * @method \int[] getLandingIdList() * @method \int[] fillLandingId() * @method \int[] getCreatedByIdList() * @method \int[] fillCreatedById() * @method \int[] getModifiedByIdList() * @method \int[] fillModifiedById() * @method \Bitrix\Main\Type\DateTime[] getDateCreateList() * @method \Bitrix\Main\Type\DateTime[] fillDateCreate() * @method \Bitrix\Main\Type\DateTime[] getDateModifyList() * @method \Bitrix\Main\Type\DateTime[] fillDateModify() * * Common methods: * --------------- * * @property-read \Bitrix\Main\ORM\Entity $entity * @method void add(\Bitrix\Landing\Internals\EO_UrlRewrite $object) * @method bool has(\Bitrix\Landing\Internals\EO_UrlRewrite $object) * @method bool hasByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlRewrite getByPrimary($primary) * @method \Bitrix\Landing\Internals\EO_UrlRewrite[] getAll() * @method bool remove(\Bitrix\Landing\Internals\EO_UrlRewrite $object) * @method void removeByPrimary($primary) * @method array|\Bitrix\Main\ORM\Objectify\Collection|null fill($fields = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL) flag or array of field names * @method static \Bitrix\Landing\Internals\EO_UrlRewrite_Collection wakeUp($data) * @method \Bitrix\Main\ORM\Data\Result save($ignoreEvents = false) * @method void offsetSet() ArrayAccess * @method void offsetExists() ArrayAccess * @method void offsetUnset() ArrayAccess * @method void offsetGet() ArrayAccess * @method void rewind() Iterator * @method \Bitrix\Landing\Internals\EO_UrlRewrite current() Iterator * @method mixed key() Iterator * @method void next() Iterator * @method bool valid() Iterator * @method int count() Countable * @method \Bitrix\Landing\Internals\EO_UrlRewrite_Collection merge(?\Bitrix\Landing\Internals\EO_UrlRewrite_Collection $collection) * @method bool isEmpty() * @method array collectValues(int $valuesType = \Bitrix\Main\ORM\Objectify\Values::ALL, int $fieldsMask = \Bitrix\Main\ORM\Fields\FieldTypeMask::ALL, bool $recursive = false) */ class EO_UrlRewrite_Collection implements \ArrayAccess, \Iterator, \Countable { /* @var \Bitrix\Landing\Internals\UrlRewriteTable */ static public $dataClass = '\Bitrix\Landing\Internals\UrlRewriteTable'; } } namespace Bitrix\Landing\Internals { /** * Common methods: * --------------- * * @method EO_UrlRewrite_Result exec() * @method \Bitrix\Landing\Internals\EO_UrlRewrite fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlRewrite_Collection fetchCollection() */ class EO_UrlRewrite_Query extends \Bitrix\Main\ORM\Query\Query {} /** * @method \Bitrix\Landing\Internals\EO_UrlRewrite fetchObject() * @method \Bitrix\Landing\Internals\EO_UrlRewrite_Collection fetchCollection() */ class EO_UrlRewrite_Result extends \Bitrix\Main\ORM\Query\Result {} /** * @method \Bitrix\Landing\Internals\EO_UrlRewrite createObject($setDefaultValues = true) * @method \Bitrix\Landing\Internals\EO_UrlRewrite_Collection createCollection() * @method \Bitrix\Landing\Internals\EO_UrlRewrite wakeUpObject($row) * @method \Bitrix\Landing\Internals\EO_UrlRewrite_Collection wakeUpCollection($rows) */ class EO_UrlRewrite_Entity extends \Bitrix\Main\ORM\Entity {} }