示例#1
0
文件: core.php 项目: buttasg/cowgirlk
 protected function onFinish()
 {
     fputs($this->fileHandle, '</' . $this->xmlModel->getIdentifier() . '>');
 }
示例#2
0
 /**
  * @return array
  */
 public function getChildren()
 {
     if (self::DEFAULT_CLEAN_CHILDREN) {
         foreach (parent::getData('children') as $child) {
             $this->cleanChildData($this, $child);
         }
     }
     return parent::getData('children');
 }