コード例 #1
0
 /**
  * @since 2.5
  *
  * @return boolean
  */
 public function isEnabled()
 {
     return $this->searchTable->isEnabled();
 }
コード例 #2
0
 public function testIsEnabled()
 {
     $instance = new SearchTable($this->store);
     $instance->setEnabled(true);
     $this->assertTrue($instance->isEnabled());
 }