| changeset 104 | 8e4fe6f3337d |
| parent 103 | d2af8a210f5d |
| child 105 | c8f710cd1fb1 |
| 103:d2af8a210f5d | 104:8e4fe6f3337d |
|---|---|
1 <?php |
|
2 |
|
3 class homepageComponents extends sfComponents |
|
4 { |
|
5 public function executeLeftPanel() { |
|
6 |
|
7 } |
|
8 public function executeSearch() { |
|
9 |
|
10 } |
|
11 public function executeTagList() { |
|
12 |
|
13 } |
|
14 |
|
15 public function executeRandomFilm() { |
|
16 |
|
17 } |
|
18 |
|
19 public function executeLastTaggedList() { |
|
20 |
|
21 } |
|
22 public function executeMostTaggedList() { |
|
23 |
|
24 } |
|
25 } |