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

Commit 0200670

Browse files
author
Andreas Högström
committed
Merge pull request #8 from jongotlin/property-read
@property-read for magic getters
2 parents cc211e6 + a4df064 commit 0200670

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Billogram/Api.php

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
*
4949
* Objects of this class provide a call interface to the Billogram v2 HTTP API.
5050
*
51+
* @property-read \Billogram\Api\Models\SimpleClass $items
52+
* @property-read \Billogram\Api\Models\SimpleClass $customers
53+
* @property-read \Billogram\Api\Models\BillogramClass $billogram
54+
* @property-read \Billogram\Api\Objects\SingletonObject $settings
55+
* @property-read \Billogram\Api\Objects\SingletonObject $logotype
56+
* @property-read \Billogram\Api\Models\SimpleClass $reports
57+
* @property-read \Billogram\Api\Models\SimpleClass $creditors
5158
*/
5259
class Api
5360
{

0 commit comments

Comments
 (0)