asArray() public abstract method
Sets the asArray() property.
public abstract $this asArray ( $value = true ) | ||
---|---|---|
$value | boolean |
Whether to return the query results in terms of arrays instead of Active Records. |
return | $this |
The query object itself |
Please login to continue.