Pages::isEmpty()
Version 2018.3
Check if collection has any pages in it.
Version 2018.3
Check if collection has any pages in it.
Int
Check if there are new orders:
$Pages = $this->get('pages', 'order')->addWhere('status','New');
if ( $Pages->isEmpty() ){
$this->get('notification', 'There are no new orders.');
}