1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Contacts: Document variables.

This commit is contained in:
Thomas Tanghus 2013-03-28 17:33:30 +01:00
parent 0bbb6afcba
commit 1d0a41d6fb

View File

@ -27,6 +27,10 @@ namespace OCA\Contacts;
*/
class Addressbook extends PIMCollectionAbstract {
protected $_count;
/**
* @var Backend\AbstractBackend
*/
protected $backend;
/**
@ -39,7 +43,7 @@ class Addressbook extends PIMCollectionAbstract {
* 'Etag'
* 'lastModified'
*
* @var string
* @var array
*/
protected $addressBookInfo;