This website works better with JavaScript.
Home
Help
Sign In
vince
/
gestionnaire-de-taches-simple
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56
Commits
1
Branch
16 MiB
PHP
67.6%
HTML
24.6%
JavaScript
7.6%
Tree:
20b321c49e
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '20b321c49e'
${ noResults }
gestionnaire-de-taches-simple
/
lib
/
OSM
/
Box.php
12 lines
109 B
Raw
Blame
History
<
?
php
namespace
OSM
;
use
OSM\Point
;
class
Box
{
public
Point
$mininum
;
public
Point
$maximum
;
}