Sylius\Bundle\ResourceBundle\Form\Extension\HttpFoundation\HttpFoundationRequestHandler::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Form\Util\ServerParams $serverParams = null )
$serverParams Symfony\Component\Form\Util\ServerParams
    public function __construct(ServerParams $serverParams = null)
    {
        $this->serverParams = $serverParams ?: new ServerParams();
    }
HttpFoundationRequestHandler