static void __set_state(
array
$properties
)
|
|
Magic PHP5 method.
Magic PHP5 method.
Allows object importing from var_export().
Parameters:
|
array |
$properties: |
List of object properties. |
API Tags:
Information Tags:
| Version: | 0.0.6 |
| Since: | 0.0.6 |
Redefined in descendants as:
OTS_MapCoords __construct(
int
$x, int
$y, int
$z
)
|
|
Sets coords for point.
Sets coords for point.
Parameters:
|
int |
$x: |
X. |
|
int |
$y: |
Y. |
|
int |
$z: |
Z. |
API Tags:
Information Tags:
| Version: | 0.0.6 |
| Since: | 0.0.6 |
Redefined in descendants as:
Returns X.
Returns X.
API Tags:
| Return: | X. |
| Access: | public |
Information Tags:
| Version: | 0.0.6 |
| Since: | 0.0.6 |
Returns Y.
Returns Y.
API Tags:
| Return: | Y. |
| Access: | public |
Information Tags:
| Version: | 0.0.6 |
| Since: | 0.0.6 |
Returns Z.
Returns Z.
API Tags:
| Return: | Z. |
| Access: | public |
Information Tags:
| Version: | 0.0.6 |
| Since: | 0.0.6 |
mixed __get(
string
$name
)
|
|
Magic PHP5 method.
Magic PHP5 method.
Parameters:
|
string |
$name: |
Property name. |
API Tags:
| Return: | Property value. |
| Access: | public |
Information Tags:
| Version: | 0.1.0 |
| Version: | 0.0.6 |
| Throws: | OutOfBoundsException For non-supported properties. |
| Since: | 0.1.0 |
| Since: | 0.0.6 |
Redefined in descendants as: