OpenMediaVault  0.6 (Kralizec)
The open network attached storage solution
 All Classes Functions Variables Groups Pages
Public Member Functions | Protected Member Functions | List of all members
OMVObject Class Reference
Inheritance diagram for OMVObject:
OMVATASMARTInformation OMVBlockDeviceAbstract OMVConfigEngine OMVFilesystemAbstract OMVFilesystemBackendAbstract OMVFilesystemFactory OMVFilesystems OMVHtmlPageAbstract OMVJsonFile OMVJsonRpcProxy OMVLogFile OMVLvmLogicalVolumes OMVLvmPhysicalVolumes OMVMntEnt OMVModuleAbstract OMVModuleMgr OMVMonit OMVNetwork OMVNetworkInterface OMVNetworkInterfaces OMVNotifyDispatcher OMVPowerManagement OMVProduct OMVRpc OMVRpcBgStatus OMVRpcServiceAbstract OMVRpcServiceMgr OMVSession OMVStorageDeviceBackendAbstract OMVStorageDeviceFactory OMVStorageDevices OMVSystem OMVSysVInitScript OMVUser OMVUserGroup OMVUserGroups OMVUsers

Public Member Functions

 __construct ()
 
 getLastError ()
 

Protected Member Functions

 setLastError ($error)
 
 debug ()
 

Detailed Description

This file is part of OpenMediaVault.

License:
http://www.gnu.org/licenses/gpl.html GPL Version 3
Author
Volker Theile volke.nosp@m.r.th.nosp@m.eile@.nosp@m.open.nosp@m.media.nosp@m.vaul.nosp@m.t.org

OpenMediaVault is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

OpenMediaVault 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenMediaVault. If not, see http://www.gnu.org/licenses/.

Constructor & Destructor Documentation

OMVObject::__construct ( )

Constructor

Member Function Documentation

OMVObject::debug ( )
finalprotected

Print debug message to stdout and file if debugging is enabled.

OMVObject::getLastError ( )
final

Get the last error.

Returns
The error description of the last error if set. If the last error was an array of strings, then they are merged into one string.
OMVObject::setLastError (   $error)
finalprotected

Set the last error.

Parameters
errorThe error description. This may be a string or an array.
Returns
Returns the previous error.

The documentation for this class was generated from the following file: