pModifiers() 보호된 메소드

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