@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Waterfall\Period; |
4 | 4 | |
5 | -interface PeriodRepositoryInterface |
|
6 | -{ |
|
5 | +interface PeriodRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function getPeriodList(); |
8 | 8 | } |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Waterfall\Watercourse; |
4 | 4 | |
5 | -interface WatercourseRepositoryInterface |
|
6 | -{ |
|
5 | +interface WatercourseRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function getWatercourseList(); |
8 | 8 | } |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Waterfall\Companion; |
4 | 4 | |
5 | -interface CompanionRepositoryInterface |
|
6 | -{ |
|
5 | +interface CompanionRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function getCompanionList(); |
8 | 8 | } |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Blog\Post; |
4 | 4 | |
5 | -interface PostRepositoryInterface |
|
6 | -{ |
|
5 | +interface PostRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function findPostByPath($path); |
8 | 8 | public function getActivePosts($limit = null, $offset= 0); |
9 | 9 | public function getActivePostsCount(); |
@@ -5,7 +5,7 @@ |
||
5 | 5 | interface PostRepositoryInterface |
6 | 6 | { |
7 | 7 | public function findPostByPath($path); |
8 | - public function getActivePosts($limit = null, $offset= 0); |
|
8 | + public function getActivePosts($limit = null, $offset = 0); |
|
9 | 9 | public function getActivePostsCount(); |
10 | 10 | public function getActivePostsByTag($tag, $limit = null, $offset = 0); |
11 | 11 | public function getActivePostsCountByTag($tag); |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Blog\Series; |
4 | 4 | |
5 | -interface SeriesRepositoryInterface |
|
6 | -{ |
|
5 | +interface SeriesRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function getSeriesForPost($post); |
8 | 8 | } |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Blog\Tag; |
4 | 4 | |
5 | -interface TagRepositoryInterface |
|
6 | -{ |
|
5 | +interface TagRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function findTagByTitle($title); |
8 | 8 | public function getAllTags(); |
9 | 9 | public function getTagCloud(); |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Blog\Introduction; |
4 | 4 | |
5 | -interface IntroductionRepositoryInterface |
|
6 | -{ |
|
5 | +interface IntroductionRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function findByType($type, $value = ''); |
8 | 8 | } |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Stream\Changelog; |
4 | 4 | |
5 | -interface ChangelogRepositoryInterface |
|
6 | -{ |
|
5 | +interface ChangelogRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function getChanges($limit = null, $offset = 0); |
8 | 8 | } |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Jacobemerick\Web\Domain\Stream\Activity; |
4 | 4 | |
5 | -interface ActivityRepositoryInterface |
|
6 | -{ |
|
5 | +interface ActivityRepositoryInterface |
|
6 | +{ |
|
7 | 7 | public function getActivityById($id); |
8 | 8 | public function getActivities($limit = null, $offset = 0); |
9 | 9 | public function getActivitiesCount(); |