Dutch PHP Conference 2025 - Call For Papers

UI\Size::__construct

(UI 0.9.9)

UI\Size::__constructConstrói uma nova dimensão

Descrição

public UI\Size::__construct(float $width, float $height)

Constrói uma nova dimensão usando a nova largura e altura.

Parâmetros

width

A nova largura.

height

A nova altura.

add a note

User Contributed Notes

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