Пример #1
0
 function getTpl()
 {
     $type = $this->getType();
     $namespace = Register::getNamespace($type);
     $tpl = $this->laraGet(__FUNCTION__);
     if (!$tpl) {
         return $namespace . '::!.quickform.' . $type;
     }
     return $tpl;
 }