IPPRow.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPRow

Package: Default
IPPRow
\IPPRow

XmlDefinition
One Row can contain any number of columns  
XmlName
IPPRow  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublic\com\intuit\schema\finance\v3\IPPColData $ColData
Details
Type
\com\intuit\schema\finance\v3\IPPColData
XmlMaxOccurs
unbounded  
XmlName
ColData  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPHeader $Header
Details
Type
\com\intuit\schema\finance\v3\IPPHeader
XmlMinOccurs
0  
XmlName
Header  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPRows $Rows
Details
Type
\com\intuit\schema\finance\v3\IPPRows
XmlMinOccurs
0  
XmlName
Rows  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPSummary $Summary
Details
Type
\com\intuit\schema\finance\v3\IPPSummary
XmlMinOccurs
0  
XmlName
Summary  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $group
Details
Type
string
Definition
Report Group Income, Expense, COGS etc..  
XmlName
group  
XmlType
attribute  
>VPropertypublicstring $id
Details
Type
string
XmlMinOccurs
0  
XmlName
id  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $parentId
Details
Type
string
XmlMinOccurs
0  
XmlName
parentId  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicarray<mixed,\RowTypeEnum> $type
Details
Type
array<mixed,\RowTypeEnum>
Definition
Row type section, summary, data row etc..  
XmlName
type  
XmlType
attribute  

Methods

methodpublic__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : void

Initializes this object, optionally with pre-defined property values

Initializes this object and it's property members, using the dictionary of key/value pairs passed as an optional argument.
Parameters
NameTypeDescription
$keyValInitializers\dictionary

key/value pairs to be populated into object's properties

$verboseboolean

specifies whether object should echo warnings

Documentation was generated by phpDocumentor 2.8.5.