Initial import
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\models\parsed;
|
||||
|
||||
|
||||
interface Page
|
||||
{
|
||||
public function headerImage($rez = null);
|
||||
public function headerTitle();
|
||||
}
|
||||
Reference in New Issue
Block a user