getType() public méthode

Getter for type
public getType ( ) : string
Résultat string
 /**
  * Getter for templateField type
  *
  * @return string
  */
 public function getFieldType()
 {
     return $this->templateField->getType();
 }