openclassify/addons/default/visiosoft/advs-module/src/Status/Contract/StatusRepositoryInterface.php

9 lines
248 B
PHP

<?php namespace Visiosoft\AdvsModule\Status\Contract;
use Anomaly\Streams\Platform\Entry\Contract\EntryRepositoryInterface;
interface StatusRepositoryInterface extends EntryRepositoryInterface
{
public function getUserAccessibleStatuses();
}