fields() public method

Return array with names of fields
public fields ( ) : array
return array
Exemplo n.º 1
0
 /**
  * @covers Lazer\Classes\Helpers\Config::fields
  */
 public function testFieldIdExists()
 {
     $this->assertContains('id', $this->object->fields());
 }