コード例 #1
0
 /**
  * Gets or sets the Scope Glue
  *
  * @param  string|null $glue The Scope Glue
  * @return string
  */
 public function scopeGlue($glue = null)
 {
     if ($glue !== null) {
         $this->parser_options['scope_glue'] = $glue;
     }
     return parent::scopeGlue($glue);
 }