ReplaceResult
class ReplaceResult extends Result
Properties
string | $entity | from Result | |
string | $action | from Result | |
int | $version | Api version | from Result |
array | $deleted |
Methods
Details
in Result at line 54
array|null
first()
Return first result.
in Result at line 65
array|null
last()
Return last result.
in Result at line 74
array|null
itemAt(int $index)
in Result at line 91
$this
indexBy(string $key)
Re-index the results array (which by default is non-associative)
Drops any item from the results that does not contain the specified key
in Result at line 113
int
count()
Returns the number of results
in Result at line 127
array
column($name)
Reduce each result to one field