Пример #1
0
 /**
  * @return string
  * @throws \InvalidArgumentException
  */
 public function getContent()
 {
     $includeFileFolder = dirname(dirname(__DIR__)) . '/res/php';
     return $this->filesystem->findShortestPathCode($includeFileFolder, $this->typo3PluginConfig->getBaseDir(), true);
 }