Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from jongotlin/property-read
Browse files Browse the repository at this point in the history
@property-read for magic getters
  • Loading branch information
Andreas Högström committed Feb 2, 2016
2 parents cc211e6 + a4df064 commit 0200670
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Billogram/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
*
* Objects of this class provide a call interface to the Billogram v2 HTTP API.
*
* @property-read \Billogram\Api\Models\SimpleClass $items
* @property-read \Billogram\Api\Models\SimpleClass $customers
* @property-read \Billogram\Api\Models\BillogramClass $billogram
* @property-read \Billogram\Api\Objects\SingletonObject $settings
* @property-read \Billogram\Api\Objects\SingletonObject $logotype
* @property-read \Billogram\Api\Models\SimpleClass $reports
* @property-read \Billogram\Api\Models\SimpleClass $creditors
*/
class Api
{
Expand Down

0 comments on commit 0200670

Please sign in to comment.