<?php namespace common\logic; interface RepositoryInterface { public function getDefaultOptionsSearch(): array; }