From 99aaaf7ecbb811c130d05e2985e0fce3cb49f8b1 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 28 Oct 2016 02:30:21 +0000 Subject: [PATCH] updates for ui 1.0.2 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340747 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ui/ui/entities.point.xml | 1 + reference/ui/ui/entities.size.xml | 1 + reference/ui/ui/point/at.xml | 77 ++++++++++++++++++++++++++++++ reference/ui/ui/size/of.xml | 77 ++++++++++++++++++++++++++++++ reference/ui/versions.xml | 2 + 5 files changed, 158 insertions(+) create mode 100644 reference/ui/ui/point/at.xml create mode 100644 reference/ui/ui/size/of.xml diff --git a/reference/ui/ui/entities.point.xml b/reference/ui/ui/entities.point.xml index 4cd8c4278f..a1d8e99306 100644 --- a/reference/ui/ui/entities.point.xml +++ b/reference/ui/ui/entities.point.xml @@ -1,3 +1,4 @@ +&reference.ui.ui.point.at; &reference.ui.ui.point.construct; &reference.ui.ui.point.getx; &reference.ui.ui.point.gety; diff --git a/reference/ui/ui/entities.size.xml b/reference/ui/ui/entities.size.xml index 2676883bd9..3177808c10 100644 --- a/reference/ui/ui/entities.size.xml +++ b/reference/ui/ui/entities.size.xml @@ -1,5 +1,6 @@ &reference.ui.ui.size.construct; &reference.ui.ui.size.getheight; &reference.ui.ui.size.getwidth; +&reference.ui.ui.size.of; &reference.ui.ui.size.setheight; &reference.ui.ui.size.setwidth; diff --git a/reference/ui/ui/point/at.xml b/reference/ui/ui/point/at.xml new file mode 100644 index 0000000000..857af3b100 --- /dev/null +++ b/reference/ui/ui/point/at.xml @@ -0,0 +1,77 @@ + + + + + + UI\Point::at + Size Coercion + + + + &reftitle.description; + + public static UI\PointUI\Point::at + floatpoint + + + public static UI\PointUI\Point::at + UI\Sizesize + + + Shall return a UI\Point object where x and y are equal to those supplied, either in float or UI\Size form + + + + + + &reftitle.parameters; + + + point + + + The value for x and y + + + + + size + + + The Size to convert + + + + + + + + &reftitle.returnvalues; + + The resulting Point + + + + + + + diff --git a/reference/ui/ui/size/of.xml b/reference/ui/ui/size/of.xml new file mode 100644 index 0000000000..476f97809f --- /dev/null +++ b/reference/ui/ui/size/of.xml @@ -0,0 +1,77 @@ + + + + + + UI\Size::of + Point Coercion + + + + &reftitle.description; + + public static UI\SizeUI\Size::of + floatsize + + + public static UI\SizeUI\Size::of + UI\Pointpoint + + + Shall return a UI\Size object where width and height are equal to those supplied, either in float or UI\Point form + + + + + + &reftitle.parameters; + + + size + + + The value for width and height + + + + + point + + + The Point to convert + + + + + + + + &reftitle.returnvalues; + + The resulting Size + + + + + + + diff --git a/reference/ui/versions.xml b/reference/ui/versions.xml index 4df6b25b52..1a1d881f04 100644 --- a/reference/ui/versions.xml +++ b/reference/ui/versions.xml @@ -21,6 +21,7 @@ + @@ -28,6 +29,7 @@ +