Merged in release/3.6.5 (pull request #7923)

release/3.6.5

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2021-05-11 18:34:09 +00:00
committed by Julio Cesar Laura Avendaño
10 changed files with 88 additions and 85 deletions

View File

@@ -1,33 +1,8 @@
<?php
/**
* AppCacheView.php
* @package workflow.engine.classes.model
*/
//require_once ('classes/model/om/BaseAppCacheView.php');
/**
* Skeleton subclass for representing a row from the 'APP_CACHE_VIEW' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
//require_once ('classes/model/Application.php');
//require_once ('classes/model/AppDelegation.php');
//require_once ('classes/model/AppDelay.php');
//require_once ('classes/model/Task.php');
//require_once ('classes/model/AdditionalTables.php');
/**
* @package workflow.engine.classes.model
* @access public
* @deprecated Class deprecated in Release 3.6.x
*/
class AppCacheView extends BaseAppCacheView
{

View File

@@ -1,8 +1,4 @@
<?php
/**
* AppCacheViewPeer.php
* @package workflow.engine.classes.model
*/
// include base peer class
require_once 'classes/model/om/BaseAppCacheViewPeer.php';
@@ -10,17 +6,9 @@
// include object class
include_once 'classes/model/AppCacheView.php';
/**
* Skeleton subclass for performing query and update operations on the 'APP_CACHE_VIEW' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package workflow.engine.classes.model
* AppCacheViewPeer.php
* @deprecated Class deprecated in Release 3.6.x
*/
class AppCacheViewPeer extends BaseAppCacheViewPeer
{

View File

@@ -2,6 +2,9 @@
use Illuminate\Support\Facades\DB;
/**
* @deprecated Class deprecated in Release 3.6.x
*/
class Content extends BaseContent
{
public $langs;

View File

@@ -1,46 +1,7 @@
<?php
/**
* ContentPeer.php
* @package workflow.engine.classes.model
*
* ProcessMaker Open Source Edition
* Copyright (C) 2004 - 2011 Colosa Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*/
// include base peer class
//require_once 'classes/model/om/BaseContentPeer.php';
// include object class
//include_once 'classes/model/Content.php';
/**
* Skeleton subclass for performing query and update operations on the 'CONTENT' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package workflow.engine.classes.model
* @deprecated Class deprecated in Release 3.6.x
*/
class ContentPeer extends BaseContentPeer
{