IMP_Ajax_Application_Viewport_Error
in package
Viewport error object.
Tags
Table of Contents
Properties
- $_mbox : IMP_Mailbox
- View object.
Methods
- __construct() : mixed
- Constructor.
- toObject() : object
- Prepare the object used by the ViewPort javascript class.
Properties
$_mbox
View object.
private
IMP_Mailbox
$_mbox
Methods
__construct()
Constructor.
public
__construct(IMP_Mailbox $mbox) : mixed
Parameters
- $mbox : IMP_Mailbox
-
Viewport view.
toObject()
Prepare the object used by the ViewPort javascript class.
public
toObject() : object
Return values
object —The ViewPort object.