PHP 클래스 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.
저자: Anthony Mills ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$DPI
$URI
$XMLNS
$intAttributes
$intCodePages
$intTags
$strAttributes
$strCodePages
$strCodePagesURI
$strTags
$version

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

public __construct ( $v )

getDPI() 공개 메소드

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

getURI() 공개 메소드

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

getVersion() 공개 메소드

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

init() 공개 메소드

public init ( )

setAttribute() 공개 메소드

public setAttribute ( $intAttribute, $strAttribute )

setCodePage() 공개 메소드

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

setDPI() 공개 메소드

Setter for property DPI.
public setDPI ( $d )

setTag() 공개 메소드

public setTag ( $intTag, $strTag )

setURI() 공개 메소드

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

setVersion() 공개 메소드

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

toAttributeInt() 공개 메소드

public toAttributeInt ( $attribute )

toAttributeStr() 공개 메소드

public toAttributeStr ( $attribute )

toCodePageInt() 공개 메소드

public toCodePageInt ( $codePage )

toCodePageStr() 공개 메소드

public toCodePageStr ( $codePage )

toCodePageURI() 공개 메소드

public toCodePageURI ( $uri )

toTagInt() 공개 메소드

public toTagInt ( $tag )

toTagStr() 공개 메소드

public toTagStr ( $tag )

프로퍼티 상세

$DPI 공개적으로 프로퍼티

public $DPI

$URI 공개적으로 프로퍼티

public $URI

$XMLNS 공개적으로 프로퍼티

public $XMLNS

$intAttributes 공개적으로 프로퍼티

public $intAttributes

$intCodePages 공개적으로 프로퍼티

public $intCodePages

$intTags 공개적으로 프로퍼티

public $intTags

$strAttributes 공개적으로 프로퍼티

public $strAttributes

$strCodePages 공개적으로 프로퍼티

public $strCodePages

$strCodePagesURI 공개적으로 프로퍼티

public $strCodePagesURI

$strTags 공개적으로 프로퍼티

public $strTags

$version 공개적으로 프로퍼티

public $version