pModifiers() protected method

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