コード例 #1
0
ファイル: Tab.php プロジェクト: myclabs/muih
 /**
  * {@inheritdoc}
  */
 public function getContentAsString()
 {
     if ($this->isAjax()) {
         return $this->loadingText;
     }
     return parent::getContentAsString();
 }