| 1 | <?php |
||
| 21 | class View extends \Icybee\Modules\Views\View |
||
| 22 | { |
||
| 23 | protected function get_user() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @throws AuthenticationRequired with code 401 if the record is offline and the user don't |
||
| 30 | * have access permission to the module. |
||
| 31 | * |
||
| 32 | * @inheritdoc |
||
| 33 | */ |
||
| 34 | protected function provide($provider, array $conditions) |
||
| 53 | } |
||
| 54 |