for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ext\Toolbar;
use Ext\Util\StoreHolder;
class Paging extends Toolbar
{
use StoreHolder;
public function setDisplayInfo($displayInfo){
return $this->setProperty('displayInfo',$displayInfo);
}