daux.io/libs/Page.php

8 lines
109 B
PHP

<?php namespace Todaymade\Daux;
interface Page
{
function get_page_content();
function display();
}