CakeFest 2024: The Official CakePHP Conference

UI\Size::__construct

(UI 0.9.9)

UI\Size::__constructConstruye un nuevo tamaño

Descripción

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

Construye un nuevo tamaño usando un nuevo ancho y alto

Parámetros

width

El nuevo ancho

height

El nuevo alto

add a note

User Contributed Notes

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