# give/4.16.9/src/Route/Route.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 18 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Route/Route.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Route/Route.php
- Modified: 2021-11-23T23:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/Route/Route.php#L10-L20`.

```php
<?php

namespace Give\Route;

interface Route
{

    /**
     * Initializes the route with the intent of setting up the proper hooks and such
     * necessary for the route.
     *
     * @since 2.8.0
     *
     * @return void
     */
    public function init();
}

```
