Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from spiral/docs
Browse files Browse the repository at this point in the history
Add method doc
  • Loading branch information
wolfy-j authored Mar 13, 2017
2 parents b5d5fb7 + a13b10a commit 0f8e7dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/Spiral/ORM/Entities/RecordSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
*
* @method $this orderBy($expression, $direction = 'ASC');
*
* @method $this distinct()
*
* @method int avg($identifier) Perform aggregation (AVG) based on column or expression value.
* @method int min($identifier) Perform aggregation (MIN) based on column or expression value.
* @method int max($identifier) Perform aggregation (MAX) based on column or expression value.
Expand Down Expand Up @@ -540,4 +542,4 @@ protected function iocContainer()

return parent::iocContainer();
}
}
}

0 comments on commit 0f8e7dc

Please sign in to comment.