<?php namespace WPIDE\App\Services\View; interface ViewInterface { public function getIndexPage(); }