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:
parent
0bbb6afcba
commit
1d0a41d6fb
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user