PHP 클래스 Refactoring13\JetBrains\Person

파일 보기 프로젝트 열기: jetbrains/phpstorm-workshop

공개 메소드들

메소드 설명
greet ( string $name )
sayHello ( ) 2. Rename the sayHello() function to sayGoodbye().

메소드 상세

greet() 공개 메소드

public greet ( string $name )
$name string Name of the person.

sayHello() 공개 메소드

2. Rename the sayHello() function to sayGoodbye().
public sayHello ( )