retrieve SAP notes
This commit is contained in:
@@ -694,6 +694,13 @@ class Databap extends PhpObject
|
||||
@$oDom->loadHTML(file_get_contents($sUrl));
|
||||
return $oDom->getElementsByTagName('body')->item(0);
|
||||
}
|
||||
|
||||
public function getNote($iNote)
|
||||
{
|
||||
$this->oClassManagement->incClass('note');
|
||||
$oNote = new Note($iNote);
|
||||
return $oNote->getNote();
|
||||
}
|
||||
|
||||
public function addUser($sFirstName, $sLastName, $sCompany, $sEmail='', $iClearance=self::CLEARANCE_MEMBER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user