示例#1
0
文件: core.php 项目: buttasg/cowgirlk
 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()));
 }