boolean |
delete (mixed $column)
Deletes the value at the specified column of this row |
mixed |
get (mixed $column)
Returns the value at the specified column of this row |
boolean |
has (mixed $column)
Determines the specified column identifier is defined in the table containing this row |
boolean |
insert ()
Inserts or replaces this row into the containing table |
boolean |
remove ()
Removes this row from the containing table |
boolean |
set (mixed $column, mixed $value)
Inserts or replaces the specified value into the specified column of this row |
array |
toArray ()
Converts this row to an associated array |
mixed |
__get (mixed $name)
|
boolean |
__isset (mixed $name)
|
mixed |
__set (mixed $name, mixed $value)
|
void |
__unset (mixed $name)
|
Deletes the value at the specified column of this row
mixed $column
Column identifier from which the value to be removed
public boolean delete (mixed $column)
Returns the value at the specified column of this row
mixed $column
Column identifier from which the value to be retrieved
public mixed get (mixed $column)
Determines the specified column identifier is defined in the table containing this row
mixed $column
Column identifier to determine
public boolean has (mixed $column)
Inserts or replaces this row into the containing table
public boolean insert ()
Removes this row from the containing table
public boolean remove ()
Inserts or replaces the specified value into the specified column of this row
mixed $column
Column identifier into which the value to be inserted
mixed $value
Value to be inserted into the specified column of this row
public boolean set (mixed $column, mixed $value)
Converts this row to an associated array
public array toArray ()
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)