예제 #1
0
파일: Table.php 프로젝트: aWEBoLabs/taxi
 public function evenEmpty()
 {
     return parent::evenEmpty() || !empty($this->options['empty_table']);
 }