PHP Class Horde_Xml_Wbxml_Dtd, horde

Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Anthony Mills ([email protected])
Mostra file Open project: horde/horde

Public Properties

Property Type Description
$DPI
$URI
$XMLNS
$intAttributes
$intCodePages
$intTags
$strAttributes
$strCodePages
$strCodePagesURI
$strTags
$version

Public Methods

Method Description
__construct ( $v )
getDPI ( ) : Value Getter for property DPI.
getURI ( ) : Value Getter for property URI.
getVersion ( ) : Value Getter for property version.
init ( )
setAttribute ( $intAttribute, $strAttribute )
setCodePage ( $intCodePage, $strCodePage, $strCodePageURI )
setDPI ( $d ) Setter for property DPI.
setTag ( $intTag, $strTag )
setURI ( string $u ) Setter for property URI.
setVersion ( integer $v ) Setter for property version.
toAttributeInt ( $attribute )
toAttributeStr ( $attribute )
toCodePageInt ( $codePage )
toCodePageStr ( $codePage )
toCodePageURI ( $uri )
toTagInt ( $tag )
toTagStr ( $tag )

Method Details

__construct() public method

public __construct ( $v )

getDPI() public method

Getter for property DPI.
public getDPI ( ) : Value
return Value of property DPI.

getURI() public method

Getter for property URI.
public getURI ( ) : Value
return Value of property URI.

getVersion() public method

Getter for property version.
public getVersion ( ) : Value
return Value of property version.

init() public method

public init ( )

setAttribute() public method

public setAttribute ( $intAttribute, $strAttribute )

setCodePage() public method

public setCodePage ( $intCodePage, $strCodePage, $strCodePageURI )

setDPI() public method

Setter for property DPI.
public setDPI ( $d )

setTag() public method

public setTag ( $intTag, $strTag )

setURI() public method

Setter for property URI.
public setURI ( string $u )
$u string New value of property URI.

setVersion() public method

Setter for property version.
public setVersion ( integer $v )
$v integer New value of property version.

toAttributeInt() public method

public toAttributeInt ( $attribute )

toAttributeStr() public method

public toAttributeStr ( $attribute )

toCodePageInt() public method

public toCodePageInt ( $codePage )

toCodePageStr() public method

public toCodePageStr ( $codePage )

toCodePageURI() public method

public toCodePageURI ( $uri )

toTagInt() public method

public toTagInt ( $tag )

toTagStr() public method

public toTagStr ( $tag )

Property Details

$DPI public_oe property

public $DPI

$URI public_oe property

public $URI

$XMLNS public_oe property

public $XMLNS

$intAttributes public_oe property

public $intAttributes

$intCodePages public_oe property

public $intCodePages

$intTags public_oe property

public $intTags

$strAttributes public_oe property

public $strAttributes

$strCodePages public_oe property

public $strCodePages

$strCodePagesURI public_oe property

public $strCodePagesURI

$strTags public_oe property

public $strTags

$version public_oe property

public $version