An Inx_Api_Approval_Approver represents a person that has to approve a mailing before it can be sent.
An Inx_Api_Approval_Approver represents a person that has to approve a mailing before it can be sent. Note: The system wide approvers are only assigned to the system list. Therefore, the system list id is the only id in the array returned by getLists().
Note: In order to commit changes, all attributes enlisted in this class must be assigned a non null value.
Note: The usage of Inx_Api_Approval_Approvers requires the api user right: Inx_Api_UserRights::PROPERTY_SYSTEM_USE
For an example on how to use approvers, see the Inx_Api_Approval_ApproverManager documentation.
Located in /Api/Approval/Approver.php (line 24)
Inx_Api_BusinessObject | --Inx_Api_Approval_Approver
Returns the comment of the approver.
Returns the comment of the approver.
Returns the email address of the approver.
Returns the email address of the approver.
Returns an id list of all lists the approver is assigned to.
Returns an id list of all lists the approver is assigned to. Note: System wide approvers return only the system list id.
Returns the name of the approver.
Returns the name of the approver.
Sets a new comment for the approver.
Sets a new comment for the approver.
Sets a new email address for the approver.
Sets a new email address for the approver.
Sets the lists this approver is assigned to.
Sets the lists this approver is assigned to. Note: Use the id of the system list as the only id in the array if the approver should be assigned to all lists. The following snippet retrieves the system list id:
$oListContextManager = $oSession->getListContextManager(); $oListContext = $oListContextManager->findByName( Inx_Api_List_SystemListContext::NAME );
Sets a new for the approver.
Sets a new for the approver.
Inherited From Inx_Api_BusinessObject
Inx_Api_BusinessObject::commitUpdate()
Inx_Api_BusinessObject::getId()
Inx_Api_BusinessObject::reload()
Documentation generated on Thu, 17 Sep 2015 14:27:20 +0200 by phpDocumentor 1.3.2