getType() 공개 메소드

Getter for type
public getType ( ) : string
리턴 string
예제 #1
0
 /**
  * Getter for templateField type
  *
  * @return string
  */
 public function getFieldType()
 {
     return $this->templateField->getType();
 }