The property eZ\Publish\API\Repositor...sh\SearchResult::$count has been deprecated with message: Property is here purely for BC with 5.x/6.x.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
Loading history...
14
}
15
16
parent::__construct($properties);
17
}
18
19
/**
20
* The total number of Trash items.
21
*
22
* @var int
23
*/
24
public $totalCount = 0;
25
26
/**
27
* The total number of Trash items.
28
*
29
* @deprecated Property is here purely for BC with 5.x/6.x.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be removed from the class and what other property to use instead.