From a4df0647294fe684e29385b23cc97439afb77d77 Mon Sep 17 00:00:00 2001 From: Jon Gotlin Date: Sun, 31 Jan 2016 07:42:24 +0100 Subject: [PATCH] @property-read for magic getters --- Billogram/Api.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Billogram/Api.php b/Billogram/Api.php index 2f03551..fd85bcc 100644 --- a/Billogram/Api.php +++ b/Billogram/Api.php @@ -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 {