예제 #1
0
파일: ocs_order.php 프로젝트: alex-ch/test
 public function __construct()
 {
     $this->entity = Application::getEntityInstance('ocs_order');
     parent::__construct();
     $this->setHeading('Фильтр списка заявок');
 }