Поправил названия классов
This commit is contained in:
parent
c8958cbee0
commit
8a8e42d73d
21 changed files with 64 additions and 86 deletions
|
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once "core/geometry/point.php";
|
||||
|
||||
class Rectangle
|
||||
class Geometry_Rectangle
|
||||
{
|
||||
public $left, $top, $width, $height;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue