コード例 #1
0
ファイル: FolderBrowser.php プロジェクト: Gregpl/TYPO3.CMS
 /**
  * @return void
  */
 protected function initVariables()
 {
     parent::initVariables();
     $this->expandFolder = GeneralUtility::_GP('expandFolder');
 }
コード例 #2
0
ファイル: FileBrowser.php プロジェクト: rickymathew/TYPO3.CMS
 /**
  * @return void
  */
 protected function initVariables()
 {
     parent::initVariables();
     $this->expandFolder = GeneralUtility::_GP('expandFolder');
     $this->searchWord = (string) GeneralUtility::_GP('searchWord');
 }