Package DE_EPAGES::MeinPaket::API::DTO::Categories
DTO Class for data structure Categories
Base |
DE_EPAGES::MeinPaket::API::DTO::DTO |
Functions
CategoryList
returns list of 'Category' elements
Syntax |
$Object->CategoryList(); |
Return |
|
popCategory
pops 'Category' from stack
Syntax |
$Object->popCategory(); |
Return |
|
pushCategory
pushes 'Category' on stack
Syntax |
$Object->pushCategory($Element); |
Input |
|
toXML
XML serialization of object
Syntax |
$Object->toXML(); |
Return |
|