FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
DeleteMessages.php
1
<?php
2
/***************************************************************
3
Copyright (C) 2017 Siemens AG
4
This program is free software; you can redistribute it and/or
5
modify it under the terms of the GNU General Public License
6
version 2 as published by the Free Software Foundation.
7
This program is distributed in the hope that it will be useful,
8
but WITHOUT ANY WARRANTY; without even the implied warranty of
9
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
GNU General Public License for more details.
11
You should have received a copy of the GNU General Public License along
12
with this program; if not, write to the Free Software Foundation, Inc.,
13
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14
***************************************************************/
19
namespace
Fossology\DelAgent\UI
;
20
25
abstract
class
DeleteMessages
26
{
27
const
SCHEDULING_FAILED
= 1;
28
const
SUCCESS
= 2;
29
const
NO_PERMISSION
= 3;
30
}
Fossology\DelAgent\UI\DeleteMessages\SUCCESS
const SUCCESS
Definition:
DeleteMessages.php:28
Fossology\DelAgent\UI
UI namespace for delagent.
Fossology\DelAgent\UI\DeleteMessages\SCHEDULING_FAILED
const SCHEDULING_FAILED
Definition:
DeleteMessages.php:27
Fossology\DelAgent\UI\DeleteMessages\NO_PERMISSION
const NO_PERMISSION
Definition:
DeleteMessages.php:29
Fossology\DelAgent\UI\DeleteMessages
Messages which can be generated by delagent.
Definition:
DeleteMessages.php:25
src
delagent
ui
DeleteMessages.php
Generated on Mon Jun 29 2020 12:03:42 for FOSSology by
1.8.11