This website works better with JavaScript
Home
Explore
Help
Sign In
bachir
/
figureslibres.cc
Watch
2
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
prod
template
figureslibre...
/
user
/
plugins
/
aura
/
classes
/
website.php
website.php
104 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
<?php
namespace
Grav
\
Plugin
\
Aura
;
class
WebSite
{
public
$url;
public
$id;
public
$name;
}