\DtApp\ThinkLibrary\facadeXmls

XML门面

Summary

Methods
Properties
Constants
toXml()
toArray()
No public properties found
No constants found
getFacadeClass()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

toXml()

toXml(array  $values) : string

数组转换为xml

Parameters

array $values

Returns

string

toArray()

toArray(string  $xml) : string

将XML转为array

Parameters

string $xml

Returns

string

getFacadeClass()

getFacadeClass() : string

获取当前Facade对应类名(或者已经绑定的容器对象标识)

Returns

string