]>
BookStack Code Mirror - bookstack/blob - app/Interfaces/Viewable.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc(dev): add xdebug informations
[bookstack]
/
app
/
Interfaces
/
Viewable.php
1
<?php
2
3
namespace BookStack\Interfaces;
4
5
use Illuminate\Database\Eloquent\Relations\MorphMany;
6
7
interface Viewable
8
{
9
/**
10
* Get all view instances for this viewable model.
11
*/
12
public function views(): MorphMany;
13
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.