mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +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 {
|
class Addressbook extends PIMCollectionAbstract {
|
||||||
|
|
||||||
|
protected $_count;
|
||||||
|
/**
|
||||||
|
* @var Backend\AbstractBackend
|
||||||
|
*/
|
||||||
protected $backend;
|
protected $backend;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -39,7 +43,7 @@ class Addressbook extends PIMCollectionAbstract {
|
|||||||
* 'Etag'
|
* 'Etag'
|
||||||
* 'lastModified'
|
* 'lastModified'
|
||||||
*
|
*
|
||||||
* @var string
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $addressBookInfo;
|
protected $addressBookInfo;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user