1 | <?php |
||
23 | class RobotsTxt extends \yii\base\Component |
||
24 | { |
||
25 | /** @var sting */ |
||
26 | public $host = ''; |
||
27 | /** @var string */ |
||
28 | public $sitemap = ''; |
||
29 | /** @var array */ |
||
30 | public $userAgent = []; |
||
31 | /** |
||
32 | * @inheritdoc |
||
33 | */ |
||
34 | 5 | public function init() |
|
45 | /** |
||
46 | * render robots.txt |
||
47 | * |
||
48 | * @return string |
||
49 | */ |
||
50 | 5 | public function render() |
|
71 | } |
||
72 |