Exemple #1
0
 /**
  * @return string
  */
 public function getVisibility()
 {
     return $this->method->isPublic() ? self::VISIBILITY_PUBLIC : ($this->method->isProtected() ? self::VISIBILITY_PROTECTED : self::VISIBILITY_PRIVATE);
 }