PHP 클래스 WSDL\XML\XMLAttributeHelper

저자: Piotr Olaszewski ([email protected])
파일 보기 프로젝트 열기: piotrooo/wsdl-creator 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( DOMDocument $DOMDocument )
createAttributeWithValue ( string $attributeName, string $value ) : DOMAttr
createElement ( string $elementName, string $value = '' ) : DOMElement
createElementWithAttributes ( string $elementName, array $attributes, string $value = '' ) : DOMElement
forDOM ( DOMDocument $DOMDocument ) : XMLAttributeHelper

메소드 상세

__construct() 공개 메소드

public __construct ( DOMDocument $DOMDocument )
$DOMDocument DOMDocument

createAttributeWithValue() 공개 메소드

public createAttributeWithValue ( string $attributeName, string $value ) : DOMAttr
$attributeName string
$value string
리턴 DOMAttr

createElement() 공개 메소드

public createElement ( string $elementName, string $value = '' ) : DOMElement
$elementName string
$value string
리턴 DOMElement

createElementWithAttributes() 공개 메소드

public createElementWithAttributes ( string $elementName, array $attributes, string $value = '' ) : DOMElement
$elementName string
$attributes array
$value string
리턴 DOMElement

forDOM() 공개 정적인 메소드

public static forDOM ( DOMDocument $DOMDocument ) : XMLAttributeHelper
$DOMDocument DOMDocument
리턴 XMLAttributeHelper