Files
register/marko_unpacked/marko/portal/models/parsed/Page.php
T
Admin Nasledstvo ac168868ee Initial import
2026-05-01 20:52:04 +03:00

12 lines
139 B
PHP

<?php
namespace app\models\parsed;
interface Page
{
public function headerImage($rez = null);
public function headerTitle();
}