getScope() public method

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