Shop_Order_Controller_Print
extends Printlayout_Controller_Print
in package
Shop_Order_Controller_Print
Tags
Table of Contents
- $_Admin_Form_Action : Admin_Form_Action_Model
- Form Action
- $_Admin_Form_Controller : Admin_Form_Controller
- Form controller
- $_allowedProperties : array<string|int, mixed>
- Allowed object properties
- $_children : array<string|int, mixed>
- Children entities list
- $_content : string
- Content
- $_datasetId : int
- Dataset ID
- $_email : mixed
- $_message : string
- Message text
- $_newWindowId : string
- New window id
- $_object : object
- Object
- $_oMeta : mixed
- Core_Meta object
- $_oPrintlayout_Controller : mixed
- Printlayout_Controller
- $_propertiesValues : array<string|int, mixed>
- Properties values
- $_rowsCount : int
- Row count
- $_unlimitedProperties : bool
- Object has unlimited number of properties
- __construct() : mixed
- Constructor.
- addAllowedProperties() : self
- Add additional allowed properties
- addAllowedProperty() : self
- Add additional allowed property
- addContent() : self
- Add content
- addEntity() : self
- Add entity
- addMessage() : self
- Add message
- clearContent() : self
- Clear content
- controller() : self
- Set Admin_Form_Controller
- execute() : mixed
- Execute operation $operation
- factory() : object
- Create and return controller for current skin
- getChildren() : array<string|int, mixed>
- Get Children
- getContent() : object
- Get content
- getController() : Admin_Form_Controller
- Get Admin_Form_Controller
- getDatasetId() : int
- Get dataset ID
- getMessage() : self
- Get message
- getName() : string
- Get action name
- getObject() : object
- Get object
- set() : self
- Run when writing data to inaccessible properties
- setDatasetId() : mixed
- Set dataset ID
- setObject() : self
- Set object
- setUnlimitedProperties() : self
- Set unlimitedProperties
- _prepare() : self
- Prepare
- _print() : self
- _send() : mixed
- Send
- _showEditForm() : bool
- Show edit form
Properties
$_Admin_Form_Action
Form Action
protected
Admin_Form_Action_Model
$_Admin_Form_Action
= \NULL
$_Admin_Form_Controller
Form controller
protected
Admin_Form_Controller
$_Admin_Form_Controller
= \NULL
$_allowedProperties
Allowed object properties
protected
array<string|int, mixed>
$_allowedProperties
= array()
$_children
Children entities list
protected
array<string|int, mixed>
$_children
= array()
$_content
Content
protected
string
$_content
= \NULL
$_datasetId
Dataset ID
protected
int
$_datasetId
= \NULL
$_email
protected
mixed
$_email
= \NULL
$_message
Message text
protected
string
$_message
= \NULL
$_newWindowId
New window id
protected
string
$_newWindowId
= 'id_content'
$_object
Object
protected
object
$_object
= \NULL
$_oMeta
Core_Meta object
protected
mixed
$_oMeta
= \NULL
$_oPrintlayout_Controller
Printlayout_Controller
protected
mixed
$_oPrintlayout_Controller
= \NULL
$_propertiesValues
Properties values
protected
array<string|int, mixed>
$_propertiesValues
= array()
$_rowsCount
Row count
protected
int
$_rowsCount
= 0
$_unlimitedProperties
Object has unlimited number of properties
protected
bool
$_unlimitedProperties
= \FALSE
Methods
__construct()
Constructor.
public
__construct() : mixed
Return values
mixed —addAllowedProperties()
Add additional allowed properties
public
addAllowedProperties(array<string|int, mixed> $array) : self
Parameters
- $array : array<string|int, mixed>
-
array of properties' names
Return values
self —addAllowedProperty()
Add additional allowed property
public
addAllowedProperty(string $property) : self
Parameters
- $property : string
-
property name
Return values
self —addContent()
Add content
public
addContent(string $content) : self
Parameters
- $content : string
-
content
Return values
self —addEntity()
Add entity
public
addEntity(Admin_Form_Entity $oAdmin_Form_Entity) : self
Parameters
- $oAdmin_Form_Entity : Admin_Form_Entity
Return values
self —addMessage()
Add message
public
addMessage( $message) : self
Parameters
Return values
self —clearContent()
Clear content
public
clearContent() : self
Return values
self —controller()
Set Admin_Form_Controller
public
controller(Admin_Form_Controller $oAdmin_Form_Controller) : self
Parameters
- $oAdmin_Form_Controller : Admin_Form_Controller
Return values
self —execute()
Execute operation $operation
public
abstract execute([mixed $operation = NULL ]) : mixed
Parameters
- $operation : mixed = NULL
-
Operation name
Return values
mixed —factory()
Create and return controller for current skin
public
static factory(string $className, Admin_Form_Action_Model $oAdmin_Form_Action) : object
Parameters
- $className : string
-
name of class
- $oAdmin_Form_Action : Admin_Form_Action_Model
-
action
Return values
object —getChildren()
Get Children
public
getChildren() : array<string|int, mixed>
Return values
array<string|int, mixed> —getContent()
Get content
public
getContent() : object
Return values
object —getController()
Get Admin_Form_Controller
public
getController() : Admin_Form_Controller
Return values
Admin_Form_Controller —getDatasetId()
Get dataset ID
public
getDatasetId() : int
Return values
int —getMessage()
Get message
public
getMessage() : self
Return values
self —getName()
Get action name
public
getName() : string
Return values
string —getObject()
Get object
public
getObject() : object
Return values
object —set()
Run when writing data to inaccessible properties
public
set(string $property, string $value) : self
Parameters
- $property : string
-
property name
- $value : string
-
property value
Return values
self —setDatasetId()
Set dataset ID
public
setDatasetId(int $datasetId) : mixed
Parameters
- $datasetId : int
-
ID of dataset
Return values
mixed —setObject()
Set object
public
setObject(object $object) : self
Parameters
- $object : object
-
object
Return values
self —setUnlimitedProperties()
Set unlimitedProperties
public
setUnlimitedProperties([bool $value = TRUE ]) : self
Parameters
- $value : bool = TRUE
-
default TRUR
Return values
self —_prepare()
Prepare
protected
_prepare() : self
Return values
self —_print()
protected
_print() : self
Return values
self —_send()
Send
protected
_send() : mixed
Return values
mixed —_showEditForm()
Show edit form
protected
_showEditForm() : bool