mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-08 16:28:41 +00:00
phpcbf
This commit is contained in:
parent
7496c28b73
commit
a69538ceff
|
|
@ -19,7 +19,6 @@ use phpOMS\Module\UpdateAbstract;
|
||||||
use phpOMS\System\File\Directory;
|
use phpOMS\System\File\Directory;
|
||||||
use phpOMS\Module\InfoManager;
|
use phpOMS\Module\InfoManager;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Navigation class.
|
* Navigation class.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -101,4 +101,4 @@ class Category
|
||||||
{
|
{
|
||||||
$this->descriptionRaw = $description;
|
$this->descriptionRaw = $description;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,5 +53,4 @@ class CategoryMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $primaryField = 'riskmngmt_category_id';
|
protected static $primaryField = 'riskmngmt_category_id';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -113,4 +113,4 @@ class Cause
|
||||||
{
|
{
|
||||||
$this->descriptionRaw = $description;
|
$this->descriptionRaw = $description;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -68,5 +68,4 @@ class CauseMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $primaryField = 'riskmngmt_cause_id';
|
protected static $primaryField = 'riskmngmt_cause_id';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -72,4 +72,4 @@ class Department
|
||||||
{
|
{
|
||||||
$this->deputy = $deputy;
|
$this->deputy = $deputy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,5 +63,4 @@ class DepartmentMapper extends DataMapperAbstract
|
||||||
'dest' => 'riskmngmt_department_department',
|
'dest' => 'riskmngmt_department_department',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullCategory extends Category
|
class NullCategory extends Category
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullCause extends Cause
|
class NullCause extends Cause
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullDepartment extends Department
|
class NullDepartment extends Department
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullProcess extends Process
|
class NullProcess extends Process
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullProject extends Project
|
class NullProject extends Project
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullRisk extends Risk
|
class NullRisk extends Risk
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullRiskObject extends RiskObject
|
class NullRiskObject extends RiskObject
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ namespace Modules\RiskManagement\Models;
|
||||||
*/
|
*/
|
||||||
class NullSolution extends Solution
|
class NullSolution extends Solution
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -113,4 +113,4 @@ class Process
|
||||||
{
|
{
|
||||||
$this->deputy = $deputy;
|
$this->deputy = $deputy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -66,5 +66,4 @@ class ProcessMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $primaryField = 'riskmngmt_process_id';
|
protected static $primaryField = 'riskmngmt_process_id';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -70,4 +70,4 @@ class Project
|
||||||
{
|
{
|
||||||
$this->deputy = $deputy;
|
$this->deputy = $deputy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,5 +63,4 @@ class ProjectMapper extends DataMapperAbstract
|
||||||
'dest' => 'riskmngmt_project_project',
|
'dest' => 'riskmngmt_project_project',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -209,4 +209,4 @@ class Risk
|
||||||
{
|
{
|
||||||
$this->deputy = $deputy;
|
$this->deputy = $deputy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -115,5 +115,4 @@ class RiskMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $primaryField = 'riskmngmt_risk_id';
|
protected static $primaryField = 'riskmngmt_risk_id';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -77,4 +77,4 @@ class RiskObject
|
||||||
{
|
{
|
||||||
$this->descriptionRaw = $description;
|
$this->descriptionRaw = $description;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -59,5 +59,4 @@ class RiskObjectMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $primaryField = 'riskmngmt_risk_object_id';
|
protected static $primaryField = 'riskmngmt_risk_object_id';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -101,4 +101,4 @@ class Solution
|
||||||
{
|
{
|
||||||
$this->descriptionRaw = $description;
|
$this->descriptionRaw = $description;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,5 +64,4 @@ class SolutionMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $primaryField = 'riskmngmt_solution_id';
|
protected static $primaryField = 'riskmngmt_solution_id';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user