We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class View3D extends \Kitodo\Dlf\Common\AbstractPlugin |
||
| 26 | { |
||
| 27 | public $scriptRelPath = 'Classes/Plugin/View3D.php'; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * The main method of the PlugIn |
||
| 31 | * |
||
| 32 | * @access public |
||
| 33 | * |
||
| 34 | * @param string $content: The PlugIn content |
||
| 35 | * @param array $conf: The PlugIn configuration |
||
| 36 | * |
||
| 37 | * @return string The content that is displayed on the website |
||
| 38 | */ |
||
| 39 | public function main($content, $conf) |
||
| 63 |