示例#1
0
文件: TraitNode.php 项目: larakit/lk
 function getTpl()
 {
     $type = $this->getType();
     $namespace = Register::getNamespace($type);
     $tpl = $this->laraGet(__FUNCTION__);
     if (!$tpl) {
         return $namespace . '::!.quickform.' . $type;
     }
     return $tpl;
 }