# wpide/3.2/App/Services/View/ViewInterface.php

WPIDE – File Manager &amp; Code Editor, version 3.2. 8 lines.

- Page: https://pluginprobe.com/plugins/wpide/3.2/code/App/Services/View/ViewInterface.php
- Raw: https://pluginprobe.com/plugins/wpide/3.2/raw/App/Services/View/ViewInterface.php
- Modified: 2022-07-30T20:33:10+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/wpide/3.2/code/App/Services/View/ViewInterface.php#L10-L20`.

```php
<?php
namespace WPIDE\App\Services\View;

interface ViewInterface
{
    public function getIndexPage();
}

```
