示例#1
0
文件: Button.php 项目: beodob/php-ext
 protected function getConfigParams($lazy = false)
 {
     if ($this->getIcon() != null && $this->getCssClass() == null) {
         $this->setCssClass("x-btn-text-icon");
     }
     $params = parent::getConfigParams($lazy);
     return $params;
 }