PHP Class Refactoring13\JetBrains\Person

Show file Open project: jetbrains/phpstorm-workshop

Public Methods

Method Description
greet ( string $name )
sayHello ( ) 2. Rename the sayHello() function to sayGoodbye().

Method Details

greet() public method

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

sayHello() public method

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