| Sgss_Collection_Array_Map | Represents an associated collection array between keys and values |
| Sgss_Collection_Pdo_Map | Represents an associated collection in database table |
int |
count ()
|
boolean |
hasAll (array|object $keys)
Determines whether this map contains the associated values with the keys inside the specified object |
boolean |
hasAllValues (array|object $values)
Determines whether this map contains all the values in the specified object |
boolean |
isEmpty ()
Determines whether this map contains no association |
boolean |
offsetExists (mixed $offset)
|
mixed |
offsetGet (mixed $offset)
|
mixed |
offsetSet (mixed $offset, mixed $value)
|
void |
offsetUnset (mixed $offset)
|
boolean |
putAll (array|object $map, array|object $t)
Inserts or replaces the associations between all the keys and the associated values in the specified object into this map |
boolean |
removeAll (array|object $keys)
Removes all the keys and the associated values in the specified object from this map |
boolean |
set (mixed $key, mixed $value)
Alias of put() |
mixed |
__get (mixed $name)
|
boolean |
__isset (mixed $name)
|
mixed |
__set (mixed $name, mixed $value)
|
void |
__unset (mixed $name)
|
public int count ()
Determines whether this map contains the associated values with the keys inside the specified object
array|object $keys
Object containing keys to determine
When the specified object is untraversable
Determines whether this map contains all associations for the keys in the specified object
public boolean hasAll (array|object $keys)
Determines whether this map contains all the values in the specified object
array|object $values
Object containing values to determine
When the specified object is untraversable
Determines whether this map contains all the values in the specified object
public boolean hasAllValues (array|object $values)
Determines whether this map contains no association
Determines whether this map contains no association
public boolean isEmpty ()
mixed $offset
public boolean offsetExists (mixed $offset)
mixed $offset
public mixed offsetGet (mixed $offset)
mixed $offset
mixed $value
public mixed offsetSet (mixed $offset, mixed $value)
mixed $offset
public void offsetUnset (mixed $offset)
Inserts or replaces the associations between all the keys and the associated values in the specified object into this map
array|object $t
Object containing keys and the asscociated values to be inserted
$map
When the specified object is untraversable
Inserts or replaces the associations for all the keys and values in the specified object into this map
public boolean putAll (array|object $map, array|object $t)
Removes all the keys and the associated values in the specified object from this map
array|object $keys
Object containing keys to associated with the values to be removed
When the specified object is untraversable
Removes all the keys and associated values in the specified object from this map
public boolean removeAll (array|object $keys)
Alias of put()
mixed $key
Key to be inserted
mixed $value
Value to be inserted and associated with the key
Alias of put()
public boolean set (mixed $key, mixed $value)
mixed $name
public mixed __get (mixed $name)
mixed $name
public boolean __isset (mixed $name)
mixed $name
mixed $value
public mixed __set (mixed $name, mixed $value)
mixed $name
public void __unset (mixed $name)