1 | <?php |
||
7 | class Page extends Entitizer\Utils\Entity { |
||
8 | |||
9 | use Entitizer\Common\Page; |
||
10 | |||
11 | # Get slug |
||
12 | |||
13 | private function getSlug() { |
||
17 | |||
18 | # Get link |
||
19 | |||
20 | private function getLink() { |
||
26 | |||
27 | # Get canonical |
||
28 | |||
29 | private function getCanonical() { |
||
35 | |||
36 | # Implement entity |
||
37 | |||
38 | protected function implement() { |
||
46 | } |
||
47 | } |
||
48 |