Beispiel #1
0
 protected function onStart()
 {
     fputs($this->fileHandle, sprintf('<%s xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="%s">', $this->xmlModel->getIdentifier(), $this->xmlModel->getXsdFileLocation()));
 }