/**
  * Get all fields
  * @return array
  */
 public function getFields()
 {
     return $this->driver->getFieldsMetadata($this->className);
 }