getScope() public méthode

Getter for scope
public getScope ( ) : string
Résultat string
 /**
  * Getter for templateField scope
  *
  * @return string
  */
 public function getFieldScope()
 {
     return $this->templateField->getScope();
 }