/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
blog
/
src
/
Repositories
/
Interfaces
/
/home/techb158/immovalet.com/platform/plugins/blog/src/Repositories/Interfaces
mkdir
upload
Name
Size
Mode
Actions
CategoryInterface.php
1507
0644
edit
dl
rm
PostInterface.php
2178
0644
edit
dl
rm
TagInterface.php
595
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/blog/src/Repositories/Interfaces/TagInterface.php
(595B)
<?php namespace Botble\Blog\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface TagInterface extends RepositoryInterface { /** * @return array */ public function getDataSiteMap(); /** * @param int $limit * @param array|string[] $with * @param array $withCount * @return mixed */ public function getPopularTags($limit, array $with = ['slugable'], array $withCount = ['posts']); /** * @param bool $active * @return array */ public function getAllTags($active = true); }
Save
cmd:
run