コード例 #1
0
 protected static function getDummy()
 {
     $dummy = Dummy::get();
     $dummy->setConfig('AspTags', true);
     return $dummy;
 }