PHP Class Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration\BaseConfig\Converter
Mostrar archivo
Open project: smile-sa/elasticsuite
Public Methods
Method |
Description |
|
convert ( DOMDocument $source ) : array |
Convert config. |
|
Private Methods
Method |
Description |
|
stripComments ( DOMDocument $source ) : DOMDocument |
This method remove all comments of an XML document. |
|
Method Details
public convert ( DOMDocument $source ) : array |
$source |
DOMDocument |
XML file read. |
return |
array |
|