CakeFest 2024: The Official CakePHP Conference

UI\Point::__construct

(UI 0.9.9)

UI\Point::__constructСоздать новый объект Point

Описание

public UI\Point::__construct(float $x, float $y)

Создать новый объект Point, используя новые координаты

Список параметров

x

Новая X-координата

y

Новая Y-координата

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top