pModifiers() protected method

protected pModifiers ( $modifiers )
示例#1
0
 /**
  * @return string
  */
 public function getFullSignature()
 {
     return $this->printer->pModifiers($this->method) . 'function ' . ($this->method->byRef ? '&' : '') . $this->getNameAndParamsSignature();
 }