コード例 #1
0
 function PoiFactory()
 {
     parent::ItemParser();
 }
コード例 #2
0
 function Filefactory()
 {
     parent::ItemParser();
 }
コード例 #3
0
 function Groupfactory()
 {
     parent::ItemParser();
     $this->parentStack = array();
 }
コード例 #4
0
 function Userfactory()
 {
     parent::ItemParser();
 }