Newscoop\Entity\Snippet\SnippetTemplate\SnippetTemplateField::getType PHP Method

getType() public method

Getter for type
public getType ( ) : string
return string
    public function getType()
    {
        return $this->type;
    }

Usage Example

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