Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/mobileapp/lib/designer/ |
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/mobileapp/lib/designer/app.php |
<?php namespace Bitrix\MobileApp\Designer; use Bitrix\Main\Entity; use Bitrix\Main; /** * Class AppTable * * DO NOT WRITE ANYTHING BELOW THIS * * <<< ORMENTITYANNOTATION * @method static EO_App_Query query() * @method static EO_App_Result getByPrimary($primary, array $parameters = array()) * @method static EO_App_Result getById($id) * @method static EO_App_Result getList(array $parameters = array()) * @method static EO_App_Entity getEntity() * @method static \Bitrix\MobileApp\Designer\EO_App createObject($setDefaultValues = true) * @method static \Bitrix\MobileApp\Designer\EO_App_Collection createCollection() * @method static \Bitrix\MobileApp\Designer\EO_App wakeUpObject($row) * @method static \Bitrix\MobileApp\Designer\EO_App_Collection wakeUpCollection($rows) */ class AppTable extends \Bitrix\MobileApp\AppTable { }