1 | <?php namespace Arcanesoft\Seo\Models\Presenters; |
||
16 | trait PagePresenter |
||
17 | { |
||
18 | /* ----------------------------------------------------------------- |
||
19 | | Accessors |
||
20 | | ----------------------------------------------------------------- |
||
21 | */ |
||
22 | /** |
||
23 | * Get the `locale_name` attribute. |
||
24 | * |
||
25 | * @return string|null |
||
26 | */ |
||
27 | public function getLocaleNameAttribute() |
||
31 | |||
32 | /** |
||
33 | * Get the `content_preview` attribute. |
||
34 | * |
||
35 | * @return string |
||
36 | */ |
||
37 | public function getContentPreviewAttribute() |
||
43 | |||
44 | /* ----------------------------------------------------------------- |
||
45 | | Other Methods |
||
46 | | ----------------------------------------------------------------- |
||
47 | */ |
||
48 | /** |
||
49 | * Get the content replacer pattern. |
||
50 | * |
||
51 | * @return string |
||
52 | */ |
||
53 | protected function getReplacerPattern() |
||
59 | } |
||
60 |