phpDocumentor SpoolTemplate
[ Back ] [ class tree: SpoolTemplate ] [ index: SpoolTemplate ] [ all elements ]

Element index for package SpoolTemplate

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

_

_AddRow
in file sptpl_clsColumn.php, method CColumn::_AddRow()
    Append a new text row into this unit
_CalcEndOffset
in file sptpl_clsColumn.php, method CColumn::_CalcEndOffset()
_ChildLoop
in file CXml2Array.php, method CXml2Array::_ChildLoop()
    The function iterate over tag's array of the root element
_DumpInternals
in file sptpl.php, method sptpl::_DumpInternals()
_EndReport
in file sptpl_clsPageMgr.php, method CPageMgr::_EndReport()
    Print out the 'closereport' text
_MyStrlen
in file sptpl_clsColumn.php, method CColumn::_MyStrlen()
_RunBlockSingleRow
in file sptpl_clsBlock.php, method CBlock::_RunBlockSingleRow()
    Block without repetition
_StartReport
in file sptpl_clsPageMgr.php, method CPageMgr::_StartReport()
    Print out the 'beginreport' text
__php5
in file sptpl_clsPageMgr.php, method CPageMgr::__php5()
    Return True if the current PHP version is 5
__php5
in file CXml2Array.php, method CXml2Array::__php5()
    Return True if the current PHP version is 5
__php5
in file sptpl.php, method sptpl::__php5()
    Return True if the current PHP version is 5
a

a

$Align
in file sptpl_clsRow.php, variable CRow::$Align
    Orizontal alignment: right, center, left
$AttribFirstTime
in file CXml2Array.php, variable CXml2Array::$AttribFirstTime
$AutoIncrement
in file sptpl_clsCounter.php, variable CCounter::$AutoIncrement
Add
in file sptpl_clsDataStorage.php, method DataStorage::Add()
    Add $value to data item $varName. If $value is not specified
  1. is assumed.
AddConstantXml
in file sptpl_clsDataStorage.php, method DataStorage::AddConstantXml()
    Load the specified template file
AddCounter
in file sptpl_clsDataStorage.php, method DataStorage::AddCounter()
AddFieldXml
in file sptpl_clsDataStorage.php, method DataStorage::AddFieldXml()
    Add new field to field table
AlreadyHaveText
in file sptpl_clsColumn.php, method CColumn::AlreadyHaveText()
    This column hold some text or not
ArrayDump
in file CXml2Array.php, method CXml2Array::ArrayDump()
    Dump the array contents in human format.
b

b

$BlockId
in file sptpl.php, variable sptpl::$BlockId
    Predefined id, if not specified into block tag.
$Bold
in file sptpl_clsFont.php, variable CFont::$Bold
    Is the font bold
BeginReport
in file sptpl_clsPagePrinter.php, method CPagePs::BeginReport()
    Start to printout the report. OPen the output file, initialize some variable.
BeginReport
in file sptpl_clsPagePrinter.php, method CPagePrinter::BeginReport()
    Start to printout the report. OPen the output file, initialize some variable.
BeginReport
in file sptpl_clsPageMgr.php, method CPageMgr::BeginReport()
    Start to printout the report. OPen the output file, initialize some variable.
BeginReport
in file sptpl_clsPagePdf.php, method CPagePdf::BeginReport()
    Start to printout the report. OPen the output file, initialize some variable.
c

c

$clsAprint
in file sptpl_clsPagePrinter.php, variable CPagePrinter::$clsAprint
    Class Aprint instance
$clsCpdf
in file sptpl_clsPagePdf.php, variable CPagePdf::$clsCpdf
    Class Pdf instance
$clsCurrentFont
in file sptpl_clsColumn.php, variable CColumn::$clsCurrentFont
    Real font to use to print the columns text
$clsDataManager
in file sptpl_clsPageMgr.php, variable CPageMgr::$clsDataManager
    Reference to the DataStorage class
$clsDataStorage
in file sptpl.php, variable sptpl::$clsDataStorage
    Class dataStorage istance
$clsDefaultFont
in file sptpl_clsColumn.php, variable CColumn::$clsDefaultFont
    Default font to use to print the columns text.
$clsPageMgr
in file sptpl.php, variable sptpl::$clsPageMgr
    Class PageManager istance
$clsPdf
in file sptpl_clsFont.php, variable CPdfFont::$clsPdf
    private instance of the pdf class used to get the real size of the
$clsPs
in file sptpl_clsFont.php, variable CPsFont::$clsPs
    private handler of the ps module used to get the real size of the
$clsPSprint
in file sptpl_clsPagePrinter.php, variable CPagePs::$clsPSprint
    Class PsPrint instance
$ColPos
in file sptpl_clsRow.php, variable CRow::$ColPos
    Column where start the row. This value is added to the column calculated
$Column
in file sptpl_clsRow.php, variable CRow::$Column
    No. of column where put the text
$ColumnSet
in file sptpl_clsRow.php, variable CRow::$ColumnSet
    Which columnset should be used to print the current row Default: NONE, no columnset required.
$ColumnSet
in file sptpl_clsPageMgr.php, variable CPageMgr::$ColumnSet
    Current ColumnSet Array of CColumn object.
$ColumnSet
in file sptpl_clsBlock.php, variable CBlock::$ColumnSet
    Id of the columnset to use to print the block's contents
$Config
in file sptpl.php, variable sptpl::$Config
    Class CXml2Array istance
$ConstantTbl
in file sptpl_clsDataStorage.php, variable DataStorage::$ConstantTbl
    Table of the constant name
$Counters
in file sptpl_clsBlock.php, variable CBlock::$Counters
    Array holding the name of the counters defined in this block.
$Counters
in file sptpl_clsDataStorage.php, variable DataStorage::$Counters
    Array containing the counters defined. The index is the counter's name.
$CurrentColumnSetId
in file sptpl_clsPageMgr.php, variable CPageMgr::$CurrentColumnSetId
    Id of the current columnset selected. It is uesd to avoid
$CurrentLine
in file sptpl_clsPageMgr.php, variable CPageMgr::$CurrentLine
    Index of the current item to be inserted into $PageData
$CurrentPage
in file sptpl_clsPageMgr.php, variable CPageMgr::$CurrentPage
CBlock
in file sptpl_clsBlock.php, class CBlock
CBlock
in file sptpl_clsBlock.php, method CBlock::CBlock()
    Class constructor
CColumn
in file sptpl_clsColumn.php, class CColumn
CColumn
in file sptpl_clsColumn.php, method CColumn::CColumn()
    Class initializer
CCounter
in file sptpl_clsCounter.php, class CCounter
CCounter
in file sptpl_clsCounter.php, method CCounter::CCounter()
    Class constructor
CDB
in file sptpl_db.php, method CDB::CDB()
CDB
in file sptpl_db.php, class CDB
    Database class abstraction.
CFont
in file sptpl_clsFont.php, class CFont
    Class CFont definition module
CFont
in file sptpl_clsFont.php, method CFont::CFont()
    class initializer
CheckMargins
in file sptpl_clsPagePrinter.php, method CPagePrinter::CheckMargins()
    Check whether the margins are placed inside or outside the page No check is made by this module. I haven't information about paper size.
CheckMargins
in file sptpl_clsPagePrinter.php, method CPagePs::CheckMargins()
    Check whether the margins are placed inside or outside the page No check is made by this module. I haven't information about paper size.
CheckMargins
in file sptpl_clsPagePdf.php, method CPagePdf::CheckMargins()
    Check whether the margins are placed inside or outside the page No check is made by this module. I haven't information about paper size.
ClearText
in file sptpl_clsColumn.php, method CColumn::ClearText()
    Remove the text for this column, and prepare to receive a new one
CloseReport
in file sptpl_clsPagePrinter.php, method CPagePrinter::CloseReport()
    Perform the requested job to end the report.
CloseReport
in file sptpl_clsPagePdf.php, method CPagePdf::CloseReport()
    Perform the requested job to end the report.
CloseReport
in file sptpl_clsPageMgr.php, method CPageMgr::CloseReport()
    Perform the requested job for ending the report.
CloseReport
in file sptpl_clsPagePrinter.php, method CPagePs::CloseReport()
    Perform the requested job to end the report.
CNewPage
in file sptpl_clsNewPage.php, class CNewPage
CPageMgr
in file sptpl_clsPageMgr.php, class CPageMgr
    sptpl_clsPageMgr.php
CPageMgr
in file sptpl_clsPageMgr.php, method CPageMgr::CPageMgr()
    Class constructor. It initalize all configuration varaibale
CPagePdf
in file sptpl_clsPagePdf.php, method CPagePdf::CPagePdf()
    Class constructor. Call the parent class (CPageMgr) constructor
CPagePdf
in file sptpl_clsPagePdf.php, class CPagePdf
    Page manager extension with support to Pdf output
CPagePrinter
in file sptpl_clsPagePrinter.php, method CPagePrinter::CPagePrinter()
    Class constructor. Call the parent class (CPageMgr) constructor
CPagePrinter
in file sptpl_clsPagePrinter.php, class CPagePrinter
    Page manager extension with support to printer (Windows box only) It use the extension php_printer.dll to write out directly to the printer
CPagePs
in file sptpl_clsPagePrinter.php, method CPagePs::CPagePs()
    Class constructor. Call the parent class (CPageMgr) constructor
CPagePs
in file sptpl_clsPagePrinter.php, class CPagePs
    PostScript output module. It requires the ps extension of PHP
CPdfFont
in file sptpl_clsFont.php, method CPdfFont::CPdfFont()
CPdfFont
in file sptpl_clsFont.php, class CPdfFont
    Extension of the font class used to support the Pdf output. Used by CPagePdf
CPrFont
in file sptpl_clsFont.php, class CPrFont
    Extension of the font class used to support the Printer output. Used by CPagePrinter
CPrFont
in file sptpl_clsFont.php, method CPrFont::CPrFont()
CPsFont
in file sptpl_clsFont.php, method CPsFont::CPsFont()
CPsFont
in file sptpl_clsFont.php, class CPsFont
    Extension of the font class used the PostScript output
CRow
in file sptpl_clsRow.php, method CRow::CRow()
    Class constructor
CRow
in file sptpl_clsRow.php, class CRow
    sptpl_clsRow.php
CRowFooter
in file sptpl_clsRow.php, class CRowFooter
    Particular CROw used as footer line on the page
CRowFooter
in file sptpl_clsRow.php, method CRowFooter::CRowFooter()
CRowHeader
in file sptpl_clsRow.php, method CRowHeader::CRowHeader()
CRowHeader
in file sptpl_clsRow.php, class CRowHeader
    Particular CROw used as header line on the page
CURRENTVALUE
in file sptpl.php, constant CURRENTVALUE
CXml2Array
in file CXml2Array.php, method CXml2Array::CXml2Array()
    Class initializer
CXml2Array
in file CXml2Array.php, class CXml2Array
CXml2Array.php
procedural page CXml2Array.php
d

d

$DataFieldTbl
in file sptpl_clsDataStorage.php, variable DataStorage::$DataFieldTbl
    Table of the data field definition
$DataMgr
in file sptpl_clsBlock.php, variable CBlock::$DataMgr
    reference to the instance of DataManager, created by the class sptpl
$DataMgr
in file sptpl_clsCounter.php, variable CCounter::$DataMgr
$DataMgr
in file sptpl_clsRow.php, variable CRow::$DataMgr
    reference to the instance of DataManager, created by the class sptpl
$Db
in file sptpl_clsBlock.php, variable CBlock::$Db
    Parameters to connect to the db to extract tha data
$DbConn
in file sptpl_db.php, variable CDB::$DbConn
$DbResult
in file sptpl_db.php, variable CDB::$DbResult
$DefAlign
in file sptpl_clsColumn.php, variable CColumn::$DefAlign
    Alignment value used if not specified as parameter into function writeout
$DefColPos
in file sptpl_clsColumn.php, variable CColumn::$DefColPos
    Colpos value used if not specified as parameter into function writeout
$DefinedColumnSet
in file sptpl_clsPageMgr.php, variable CPageMgr::$DefinedColumnSet
    array with all columnset defined. The first index is the columnsset
DataStorage
in file sptpl_clsDataStorage.php, method DataStorage::DataStorage()
    Class constructor
DataStorage
in file sptpl_clsDataStorage.php, class DataStorage
    sptpl_clsDataStorage.php
DbClose
in file sptpl_db_odbc.php, method db_odbc::DbClose()
DbClose
in file sptpl_db_pgsql.php, method db_pgsql::DbClose()
DbClose
in file sptpl_db.php, method CDB::DbClose()
DbClose
in file sptpl_db_mssql.php, method db_mssql::DbClose()
DbClose
in file sptpl_db_mysql.php, method db_mysql::DbClose()
DbExecSql
in file sptpl_db_pgsql.php, method db_pgsql::DbExecSql()
DbExecSql
in file sptpl_db_odbc.php, method db_odbc::DbExecSql()
DbExecSql
in file sptpl_db_mysql.php, method db_mysql::DbExecSql()
DbExecSql
in file sptpl_db_mssql.php, method db_mssql::DbExecSql()
DbExecSql
in file sptpl_db.php, method CDB::DbExecSql()
DbGetValue
in file sptpl_db_odbc.php, method db_odbc::DbGetValue()
DbGetValue
in file sptpl_db.php, method CDB::DbGetValue()
DbGetValue
in file sptpl_db_mysql.php, method db_mysql::DbGetValue()
DbGetValue
in file sptpl_db_mssql.php, method db_mssql::DbGetValue()
DbGetValue
in file sptpl_db_pgsql.php, method db_pgsql::DbGetValue()
DbOpen
in file sptpl_db_mssql.php, method db_mssql::DbOpen()
DbOpen
in file sptpl_db.php, method CDB::DbOpen()
DbOpen
in file sptpl_db_pgsql.php, method db_pgsql::DbOpen()
DbOpen
in file sptpl_db_mysql.php, method db_mysql::DbOpen()
DbOpen
in file sptpl_db_odbc.php, method db_odbc::DbOpen()
db_mssql
in file sptpl_db_mssql.php, class db_mssql
    sptpl_db_mssql.php
db_mssql
in file sptpl_db_mssql.php, method db_mssql::db_mssql()
db_mysql
in file sptpl_db_mysql.php, method db_mysql::db_mysql()
db_mysql
in file sptpl_db_mysql.php, class db_mysql
    sptpl_db_mysql.php
db_odbc
in file sptpl_db_odbc.php, class db_odbc
    sptpl_db_odbc.php
db_odbc
in file sptpl_db_odbc.php, method db_odbc::db_odbc()
db_pgsql
in file sptpl_db_pgsql.php, class db_pgsql
    Database class abstraction.
db_pgsql
in file sptpl_db_pgsql.php, method db_pgsql::db_pgsql()
e

e

$Extension
in file CXml2Array.php, variable CXml2Array::$Extension
    Which PHP extension the module uses to parse the XML data
EachAttribute
in file CXml2Array.php, method CXml2Array::EachAttribute()
    The function iterate over attribute's array of the root element
EachChild
in file CXml2Array.php, method CXml2Array::EachChild()
    The function iterate over tag's array of the root element
EachChildArray
in file CXml2Array.php, method CXml2Array::EachChildArray()
    The function iterate over tag's array of the root element
EndParseXml
in file sptpl_clsColumn.php, method CColumn::EndParseXml()
    Function executed at the end of the xml parsing. I run the final configuration
EndParseXml
in file sptpl_clsPagePrinter.php, method CPagePs::EndParseXml()
    Function executd at the end of the xml parsing. I run the final configuration
EndParseXml
in file sptpl_clsPagePdf.php, method CPagePdf::EndParseXml()
    Function executd at the end of the xml parsing. I run the final configuration
EndParseXml
in file sptpl_clsPageMgr.php, method CPageMgr::EndParseXml()
    Function executed at the end of the xml parsing. I run the final configuration
EvalText
in file sptpl_clsDataStorage.php, method DataStorage::EvalText()
    Evaluate the text (=run eval on the text passed)
ExistAttribute
in file CXml2Array.php, method CXml2Array::ExistAttribute()
    Does exist the request attribute? The function looks only if the attribute exists as child of the root element.
ExistTag
in file CXml2Array.php, method CXml2Array::ExistTag()
    Does exist the request tag? The function looks only if the tag exists as child of the root element.
ExistValue
in file sptpl_clsDataStorage.php, method DataStorage::ExistValue()
    Check whether a data field exists.
f

f

$Face
in file sptpl_clsFont.php, variable CFont::$Face
    Font face
$field
in file sptpl_clsCounter.php, variable CCounter::$field
$FontId
in file sptpl_clsRow.php, variable CRow::$FontId
    Which font I should be used to print this row
$Fonts
in file sptpl_clsPageMgr.php, variable CPageMgr::$Fonts
    Array containing all defined class CFont
$FontsId
in file sptpl_clsPagePrinter.php, variable CPagePs::$FontsId
    The array contains the handlers returnt by Aprint's CreateFont
$FontsId
in file sptpl_clsPagePdf.php, variable CPagePdf::$FontsId
    The array holds the handlers returnt by Aprint's CreateFont
$FontsId
in file sptpl_clsPagePrinter.php, variable CPagePrinter::$FontsId
    The array contains the handlers returnt by Aprint's CreateFont
$FooterColSet
in file sptpl_clsPageMgr.php, variable CPageMgr::$FooterColSet
    Column set used to print out the page footer
g

g

$GlobalCounters
in file sptpl_clsBlock.php, variable CBlock::$GlobalCounters
    Array holding the name of the counters defined at block
$Groups
in file sptpl_clsBlock.php, variable CBlock::$Groups
    Groups definition
GetArray
in file CXml2Array.php, method CXml2Array::GetArray()
    Return the XML as array
GetAttribute
in file CXml2Array.php, method CXml2Array::GetAttribute()
    Return value of the named attribute
GetBold
in file sptpl_clsFont.php, method CFont::GetBold()
    Property Bold get value
GetDomValue1
in file sptpl_GlobalFunc.php, function GetDomValue1()
    Return the text for the specified node.
GetEvaledText
in file sptpl_clsRow.php, method CRow::GetEvaledText()
GetEvalValue
in file sptpl_clsDataStorage.php, method DataStorage::GetEvalValue()
    Return tha value for tha data field $VarName. Function used during eval'ing the row Use GetVar to retrieve the value of the specified data item
GetFace
in file sptpl_clsFont.php, method CFont::GetFace()
    Property Face get value
GetFontHeight
in file sptpl_clsFont.php, method CPdfFont::GetFontHeight()
    return the high the characters
GetFontHeight
in file sptpl_clsFont.php, method CPsFont::GetFontHeight()
    return the high the characters
GetFontHeight
in file sptpl_clsFont.php, method CFont::GetFontHeight()
    return the high the characters
GetFontId
in file sptpl_clsColumn.php, method CColumn::GetFontId()
    Returns the id of the current font
GetHeight
in file sptpl_clsColumn.php, method CColumn::GetHeight()
GetHeight
in file sptpl_clsFont.php, method CPsFont::GetHeight()
    Property Height get value
GetHeight
in file sptpl_clsFont.php, method CFont::GetHeight()
    Property Height get value
GetId
in file sptpl_clsBlock.php, method CBlock::GetId()
    Returns the block Id
GetId
in file sptpl_clsFont.php, method CFont::GetId()
    Return the identifier for this font. The id is the key to access to this font from the row
GetItalic
in file sptpl_clsFont.php, method CFont::GetItalic()
    Property Italic get value
GetLeftPos
in file sptpl_clsColumn.php, method CColumn::GetLeftPos()
    Return where is the left margin of the column
GetLeftTextPos
in file sptpl_clsColumn.php, method CColumn::GetLeftTextPos()
    Return where is the left margin of the text
GetName
in file sptpl_clsCounter.php, method CCounter::GetName()
GetNodeName
in file CXml2Array.php, method CXml2Array::GetNodeName()
    Return the name of the root tag
GetSize
in file sptpl_clsFont.php, method CFont::GetSize()
    Property Size get value
GetSize
in file sptpl_clsFont.php, method CPsFont::GetSize()
    Property Size get value
GetTag
in file CXml2Array.php, method CXml2Array::GetTag()
    The function return all childs of the root element named $TagName
GetTagAttributes
in file CXml2Array.php, method CXml2Array::GetTagAttributes()
    The function return all attributes of $TagName. Note $TagName should be a child of the
GetTagChilds
in file CXml2Array.php, method CXml2Array::GetTagChilds()
    The function return all childs of $TagName. Note $TagName should be a child of the
GetTagPos
in file CXml2Array.php, method CXml2Array::GetTagPos()
    The function return all childs of the root element named $TagName
GetText
in file CXml2Array.php, method CXml2Array::GetText()
    Return value of the root tag
GetText
in file sptpl_clsColumn.php, method CColumn::GetText()
    retrieve the text from the column per row basis
GetUnderline
in file sptpl_clsFont.php, method CFont::GetUnderline()
    Property Underline get value
GetVar
in file sptpl_clsDataStorage.php, method DataStorage::GetVar()
    Return tha value for tha data field $VarName
GetWidth
in file sptpl_clsFont.php, method CFont::GetWidth()
    Property width get value
GetWidth
in file sptpl_clsFont.php, method CPsFont::GetWidth()
    Property width get value
h

h

$HeaderColSet
in file sptpl_clsPageMgr.php, variable CPageMgr::$HeaderColSet
    Column set used to print out the page header
$Height
in file sptpl_clsFont.php, variable CFont::$Height
    Font height
$Height
in file sptpl_clsColumn.php, variable CColumn::$Height
    Height for the current text stored into innerText
HasAnotherText
in file sptpl_clsColumn.php, method CColumn::HasAnotherText()
    Has this column another row of text to retrieve?
i

i

$Id
in file sptpl_clsFont.php, variable CFont::$Id
    Font identifier, used as key to access to this font
$innerText
in file sptpl_clsColumn.php, variable CColumn::$innerText
    Array of texts row defined inside this unit
$IntTmpTag
in file CXml2Array.php, variable CXml2Array::$IntTmpTag
$Italic
in file sptpl_clsFont.php, variable CFont::$Italic
    Is the font italic
l

l

$lclPs
in file sptpl_clsPagePrinter.php, variable CPagePs::$lclPs
    ps module handler, used to open an temporary file used by the font class. Note,
$LeftPosition
in file sptpl_clsColumn.php, variable CColumn::$LeftPosition
    Left position of this column inside the parent column
$LeftText
in file sptpl_clsColumn.php, variable CColumn::$LeftText
    For each row from innerText, set the distance from
$Levels
in file sptpl_clsBlock.php, variable CBlock::$Levels
    The array contains the parameters for each level of grouping
$LineHeight
in file sptpl_clsPageMgr.php, variable CPageMgr::$LineHeight
    Max height for each row.
LoadFromArray
in file CXml2Array.php, method CXml2Array::LoadFromArray()
    Load the array from another array retrieved from this class.
LoadFromFile
in file CXml2Array.php, method CXml2Array::LoadFromFile()
    Load data from filename
LoadFromString
in file CXml2Array.php, method CXml2Array::LoadFromString()
    Load data from xml string
LoadTemplate
in file sptpl.php, method sptpl::LoadTemplate()
    Load the specified template file
m

m

$Margins
in file sptpl_clsColumn.php, variable CColumn::$Margins
    Margins setting.
$Margins
in file sptpl_clsPageMgr.php, variable CPageMgr::$Margins
    Margins setting.
$MyId
in file sptpl_clsBlock.php, variable CBlock::$MyId
MAXPAGEROWS
in file sptpl.php, constant MAXPAGEROWS
MvAbsolutePos
in file sptpl_clsPageMgr.php, method CPageMgr::MvAbsolutePos()
    Move the currentline to nRow. It return TRUE on success,
MvBottom
in file sptpl_clsPageMgr.php, method CPageMgr::MvBottom()
    Move to the last row before the bottom margin It return TRUE on success,
MvRelativePos
in file sptpl_clsPageMgr.php, method CPageMgr::MvRelativePos()
    Move the currentline up or down of nRow rows. It return TRUE on success,
MvTop
in file sptpl_clsPageMgr.php, method CPageMgr::MvTop()
    Move to the first row after the top margin It return TRUE on success,
n

n

$name
in file sptpl_clsCounter.php, variable CCounter::$name
NewColumnSet
in file sptpl_clsPageMgr.php, method CPageMgr::NewColumnSet()
    Set new columnset. Each block may hve its own columnset. Before write the text, the
NewFont
in file sptpl_clsPagePdf.php, method CPagePdf::NewFont()
    Create an istance of the CFont class based on configuration file.
NewFont
in file sptpl_clsPagePrinter.php, method CPagePs::NewFont()
    Create an instance of the CFont class based on configuration file.
NewFont
in file sptpl_clsPageMgr.php, method CPageMgr::NewFont()
    Create an istance of the CFont class based on configuration file.
NewFont
in file sptpl_clsPagePrinter.php, method CPagePrinter::NewFont()
    Create an istance of the CFont class based on configuration file.
NewPage
in file sptpl_clsPagePrinter.php, method CPagePrinter::NewPage()
    Begin a new page. Close the previous, if any, and printout the 'openpage' text if specified
NewPage
in file sptpl_clsPagePrinter.php, method CPagePs::NewPage()
    Begin a new page. Close the previous, if any, and printout the 'openpage' text if specified
NewPage
in file sptpl_clsPageMgr.php, method CPageMgr::NewPage()
    Begin a new page. Close the previous, if any, and printout the 'openpage' text if specified
NewPage
in file sptpl_clsPagePdf.php, method CPagePdf::NewPage()
    Begin a new page. Close the previous, if any, and printout the 'openpage' text if specified
NewPage
in file sptpl_clsNewPage.php, method CNewPage::NewPage()
NEWPAGECHAR
in file sptpl.php, constant NEWPAGECHAR
o

o

$OutFile
in file sptpl_clsPagePdf.php, variable CPagePdf::$OutFile
$OutputFp
in file sptpl_clsPageMgr.php, variable CPageMgr::$OutputFp
    Handler to the output file
OLDVALUE
in file sptpl.php, constant OLDVALUE
p

p

$PageData
in file sptpl_clsPageMgr.php, variable CPageMgr::$PageData
    Memory image of the page, each item of this array is one row of the page. Each row is made by many columns The columns 0 contains the whole page, the index > 0 point to the column defined by column set.
$PageFormat
in file sptpl_clsPageMgr.php, variable CPageMgr::$PageFormat
    Page format from the configuration file.
$PageMgr
in file sptpl_clsBlock.php, variable CBlock::$PageMgr
    reference to the instance of PageManager created by the class sptpl
$PageSize
in file sptpl_clsPageMgr.php, variable CPageMgr::$PageSize
    Size of the page (width, length) as number of characters and rows.
$Param
in file sptpl_clsBlock.php, variable CBlock::$Param
$PrintOrder
in file sptpl.php, variable sptpl::$PrintOrder
    Which order use to print all block defined in the current report.
$psfont
in file sptpl_clsFont.php, variable CPsFont::$psfont
    Postscript font handler
Parse
in file sptpl_clsColumn.php, method CColumn::Parse()
    Parse the configuration node
ParseXml
in file sptpl_clsPageMgr.php, method CPageMgr::ParseXml()
    Parse the configuration node for a new information about the layout
ParseXml
in file sptpl_clsRow.php, method CRow::ParseXml()
    Parse the row tag and its childs to set the intenal structure
ParseXml
in file sptpl_clsNewPage.php, method CNewPage::ParseXml()
    Parse the row tag and its childs to set the intenal structure Nothing to do in this class.
ParseXml
in file sptpl_clsFont.php, method CPrFont::ParseXml()
    Parse the configuration file. Call the parent parsing function.
ParseXml
in file sptpl_clsBlock.php, method CBlock::ParseXml()
    Parse the block tag and its childs and set the intenal structure
ParseXml
in file sptpl_clsCounter.php, method CCounter::ParseXml()
    Parse the block tag and its childs and set the intenal structure
ParseXml
in file sptpl_clsFont.php, method CFont::ParseXml()
    Parse the configuration file
ParseXml
in file sptpl_clsFont.php, method CPsFont::ParseXml()
    Parse the configuration file. Call the parent parsing function. At the end set the font into its own Cpdf istance
ParseXml
in file sptpl_clsFont.php, method CPdfFont::ParseXml()
    Parse the configuration file. Call the parent parsing function. At the end set the font into its own Cpdf istance
PrintColumnsHeader
in file sptpl_clsPageMgr.php, method CPageMgr::PrintColumnsHeader()
    loop over all columns inside the current columnset and print the column's header, if set
r

r

$Report
in file sptpl_clsPageMgr.php, variable CPageMgr::$Report
    Array holding the text to print at the begin and end page.
$Report
in file sptpl.php, variable sptpl::$Report
    Table of the report definition
$RowPos
in file sptpl_clsRow.php, variable CRow::$RowPos
    Row number, it specify the row namuber if the value for $VPos is 'absolute'
$RowPtr
in file sptpl_clsColumn.php, variable CColumn::$RowPtr
    The text inside this unit is retrieved on row basis.
$Rows
in file sptpl_clsBlock.php, variable CBlock::$Rows
$RowText
in file sptpl_clsRow.php, variable CRow::$RowText
    Text for this row ready to be evaled
RemoveCounter
in file sptpl_clsDataStorage.php, method DataStorage::RemoveCounter()
RemoveFromValue
in file sptpl_clsDataStorage.php, method DataStorage::RemoveFromValue()
    Remove from $Values all data fields added from the current data row.
ResetCounter
in file sptpl_clsDataStorage.php, method DataStorage::ResetCounter()
    Set the counters to zero
ResetValue
in file sptpl_clsCounter.php, method CCounter::ResetValue()
run
in file sptpl.php, method sptpl::run()
    Run the template and made the file
RunBlock
in file sptpl_clsBlock.php, method CBlock::RunBlock()
    Draw one block. In this function I establish wich type block I've and run the right function to manage it
s

s

$Size
in file sptpl_clsFont.php, variable CFont::$Size
    Font size
$Source
in file sptpl_clsBlock.php, variable CBlock::$Source
    Name of tha global array where look for the information to printout
$SourceType
in file sptpl_clsBlock.php, variable CBlock::$SourceType
    Type of data source configured for the block.
$SuggestedId
in file sptpl_clsBlock.php, variable CBlock::$SuggestedId
SetDefaultFont
in file sptpl_clsColumn.php, method CColumn::SetDefaultFont()
    Set the default font for the column
SetLeftPos
in file sptpl_clsColumn.php, method CColumn::SetLeftPos()
SetPsHandler
in file sptpl_clsFont.php, method CPsFont::SetPsHandler()
    Set the PostScript module handler from pagemanager
SetVar
in file sptpl_clsDataStorage.php, method DataStorage::SetVar()
    Set/add a value for data field
SetVar
in file sptpl.php, method sptpl::SetVar()
    Set/add a value for data field. This function is an interface to the same function inside the DataManager class, actually it calls that function.
SetWidth
in file sptpl_clsColumn.php, method CColumn::SetWidth()
sptpl
in file sptpl.php, class sptpl
    SpoolTemplate class.
sptpl
in file sptpl.php, method sptpl::sptpl()
    Initialize this class.
sptpl_clsBlock.php
procedural page sptpl_clsBlock.php
sptpl_clsColumn.php
procedural page sptpl_clsColumn.php
sptpl_clsCounter.php
procedural page sptpl_clsCounter.php
sptpl_clsDataStorage.php
procedural page sptpl_clsDataStorage.php
sptpl_clsFont.php
procedural page sptpl_clsFont.php
sptpl_clsNewPage.php
procedural page sptpl_clsNewPage.php
sptpl_clsPageMgr.php
procedural page sptpl_clsPageMgr.php
sptpl_clsPagePdf.php
procedural page sptpl_clsPagePdf.php
sptpl_clsPagePrinter.php
procedural page sptpl_clsPagePrinter.php
sptpl_clsRow.php
procedural page sptpl_clsRow.php
sptpl_db_mssql.php
procedural page sptpl_db_mssql.php
sptpl_db_mysql.php
procedural page sptpl_db_mysql.php
sptpl_db_odbc.php
procedural page sptpl_db_odbc.php
sptpl_db_pgsql.php
procedural page sptpl_db_pgsql.php
sptpl_db.php
procedural page sptpl_db.php
sptpl_GlobalFunc.php
procedural page sptpl_GlobalFunc.php
sptpl.php
procedural page sptpl.php
strlen
in file sptpl_clsFont.php, method CPdfFont::strlen()
    return the string length
strlen
in file sptpl_clsFont.php, method CFont::strlen()
    return the string length
strlen
in file sptpl_clsFont.php, method CPsFont::strlen()
    return the string length
t

t

$TagFirstTime
in file CXml2Array.php, variable CXml2Array::$TagFirstTime
$tblFormatIso
in file sptpl_clsPageMgr.php, variable CPageMgr::$tblFormatIso
    Table contains the size for the ISO code Each index contains an array with two key length e width
$TemplateDir
in file sptpl.php, variable sptpl::$TemplateDir
    Directory where look for the template files
$TheArray
in file CXml2Array.php, variable CXml2Array::$TheArray
    Array containg the file XML
$tmpAttrib
in file CXml2Array.php, variable CXml2Array::$tmpAttrib
    Temporary arrays
$TmpFileName
in file sptpl_clsPagePrinter.php, variable CPagePs::$TmpFileName
    Temporary file name
$tmpTag
in file CXml2Array.php, variable CXml2Array::$tmpTag
$TopPageLine
in file sptpl_clsPageMgr.php, variable CPageMgr::$TopPageLine
    Index of the first line of the page
$TplDom
in file sptpl.php, variable sptpl::$TplDom
    Dom class of the template file
$Type
in file sptpl_clsBlock.php, variable CBlock::$Type
    Block type:
ToValue
in file sptpl_clsDataStorage.php, method DataStorage::ToValue()
    Put into the array $Value each data from the fiels array.
u

u

$Underline
in file sptpl_clsFont.php, variable CFont::$Underline
    Is the font underlined
UpdateCounters
in file sptpl_clsDataStorage.php, method DataStorage::UpdateCounters()
    Update counter. Each counter will be added to its field
UpdateValue
in file sptpl_clsCounter.php, method CCounter::UpdateValue()
v

v

$ValidDataFieldAttr
in file sptpl_clsDataStorage.php, variable DataStorage::$ValidDataFieldAttr
$Values
in file sptpl_clsDataStorage.php, variable DataStorage::$Values
    Table of the variables/constant value
$ValueType
in file sptpl_clsRow.php, variable CRow::$ValueType
    during row evaluation should I use the current value
$VPos
in file sptpl_clsRow.php, variable CRow::$VPos
    Vertical position (optional). Specify the position for the current row.
w

w

$Width
in file sptpl_clsColumn.php, variable CColumn::$Width
    Column width
$width
in file sptpl_clsFont.php, variable CFont::$width
    Font width
WriteOut
in file sptpl_clsRow.php, method CRowHeader::WriteOut()
WriteOut
in file sptpl_clsRow.php, method CRowFooter::WriteOut()
WriteOut
in file sptpl_clsRow.php, method CRow::WriteOut()
    Write the text for this row. Actualy this function call the DataStorage to eval
WriteOut
in file sptpl_clsPageMgr.php, method CPageMgr::WriteOut()
    Pass the text to the appropriate column. It returns a CUnit object containing
WriteOut
in file sptpl_clsColumn.php, method CColumn::WriteOut()
    Pass the text to the appropriate column. It returns a CUnit object holding
WriteOut
in file sptpl_clsNewPage.php, method CNewPage::WriteOut()
    Write the text for this row. Actualy this function call the DataStorage to eval
WriteOutFooterRow
in file sptpl_clsPageMgr.php, method CPageMgr::WriteOutFooterRow()
    Print out the text row (used only for the closepage row)
WriteOutHeaderRow
in file sptpl_clsPageMgr.php, method CPageMgr::WriteOutHeaderRow()
    Print out the text row (used only for the closepage row)

Documentation generated on Mon, 28 Mar 2005 15:13:06 +0200 by phpDocumentor 1.3.0RC3