Initial import
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\models\parsed;
|
||||
|
||||
interface ArticleParsedInterface
|
||||
{
|
||||
public function id();
|
||||
public function title($lg = null);
|
||||
public function text();
|
||||
public function textShort();
|
||||
public function image($rez = null);
|
||||
public function images($rez = null);
|
||||
public function relation();
|
||||
}
|
||||
Reference in New Issue
Block a user