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

getScope() public method

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

Usage Example

Beispiel #1
0
 /**
  * Getter for templateField scope
  *
  * @return string
  */
 public function getFieldScope()
 {
     return $this->templateField->getScope();
 }