Метод |
Описание |
|
__construct ( array $types ) |
Creates a new user type value with the given name/type pairs. |
|
count ( ) : integer |
Total number of elements in this user type value. |
|
current ( ) : mixed |
Current element for iteration |
|
get ( sting $name ) : mixed |
Retrieves the value at a given name. |
|
key ( ) : integer |
Current key for iteration |
|
next ( ) : void |
Move internal iterator forward |
|
rewind ( ) : void |
Rewind internal iterator |
|
set ( sting $name, mixed $value ) : void |
Sets the value at name in this user type value. |
|
type ( ) : cassandra\Type |
The type of this user type value. |
|
valid ( ) : boolean |
Check whether a current value exists |
|
values ( ) : array |
Array of values in this user type value. |
|