PHP code example of andersundsehr / extbase_enum_converter
1. Go to this page and download the library: Download andersundsehr/extbase_enum_converter library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
andersundsehr / extbase_enum_converter example snippets
`
public function overviewAction(ClosedStates $closed = ClosedStates::hide): ResponseInterface
{