Exemple #1
0
 private function needPagination()
 {
     //temporary-permanent hack. In these folders we have many files.
     return $this->storage->getProxyType() instanceof ProxyType\Common && in_array($this->folder->getXmlId(), array('VI_CALLS', 'CRM_EMAIL_ATTACHMENTS', 'CRM_CALL_RECORDS', 'CRM_REST'), true);
 }